mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
output mouse position
This commit is contained in:
parent
bb7bc889a4
commit
4bcfaa5123
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ public class MouseTest {
|
|||
handleKeyboard();
|
||||
handleMouse();
|
||||
|
||||
System.out.println(Mouse.getX() + ", " + Mouse.getY());
|
||||
|
||||
// pause and continue if minimized
|
||||
if(!Display.isVisible()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue