This website requires JavaScript.
Explore
Help
Sign In
shadowfacts
/
lwjgl2-arm64
Watch
1
Star
0
Fork
You've already forked lwjgl2-arm64
0
mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced
2026-01-28 11:24:16 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6f1f14facb
lwjgl2-arm64
/
src
/
java
/
org
/
lwjgl
/
input
History
Elias Naur
6f1f14facb
Reverted the relative coordinate 'bug' - that's the required behaviour when Window.update is calling Mouse.poll. Consider the case where we call Window.update twice before checking getD*: with the old behaviour, only the deltas between the updates are reported, not those before the first update
2004-04-12 07:13:36 +00:00
..
Controller.java
Folded read into poll to simplify interface
2004-04-07 07:55:42 +00:00
Cursor.java
reworked animated native cursors, to use X animation when required
2004-04-12 00:33:01 +00:00
Keyboard.java
Folded read into poll to simplify interface
2004-04-07 07:55:42 +00:00
Mouse.java
Reverted the relative coordinate 'bug' - that's the required behaviour when Window.update is calling Mouse.poll. Consider the case where we call Window.update twice before checking getD*: with the old behaviour, only the deltas between the updates are reported, not those before the first update
2004-04-12 07:13:36 +00:00