mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
removed javadoc referenced to read
This commit is contained in:
parent
314a19098e
commit
c4a3500cf5
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue