removed javadoc referenced to read

This commit is contained in:
Brian Matzon 2004-07-17 09:38:20 +00:00
parent 314a19098e
commit c4a3500cf5
2 changed files with 3 additions and 3 deletions

View File

@ -323,7 +323,7 @@ public class Keyboard {
* <code>isKeyDown</code> method.
* By using this method, it is possible to "miss" keyboard keys if you don't
* poll fast enough. To receive all events, enable buffering by calling
* <code>enableBuffer</code>, and read those events by calling <code>read</code>
* <code>enableBuffer</code>.
*
* This method also reads all keyboard events since last read if keyboard buffering is enabled.
* To use these values, you have to call <code>next</code> for each event you
@ -468,7 +468,7 @@ public class Keyboard {
}
/**
* Gets the number of keyboard events waiting after doing a read().
* Gets the number of keyboard events waiting after doing a buffer enabled poll().
* @return the number of keyboard events
*/
public static int getNumKeyboardEvents() {

View File

@ -334,7 +334,7 @@ public class Mouse {
* get<value> methods.
* By using this method, it is possible to "miss" mouse click events if you don't
* poll fast enough. To receive all button events, enable buffering by calling
* <code>enableBuffer</code>, and read those events by calling <code>read</code>
* <code>enableBuffer</code>.
*
* If buffering is enabled, this method also reads all button events since last read.
* To use these values, you have to call <code>next</code> for each event you