mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-25 14:45:29 +01:00
removed a tiny bit of dead debug code
This commit is contained in:
parent
57ff8c2e2b
commit
05d12649c8
|
|
@ -76,7 +76,7 @@ final class LinuxMouse {
|
|||
private int accum_dx;
|
||||
private int accum_dy;
|
||||
private int accum_dz;
|
||||
private byte[] buttons;// = new byte[NUM_BUTTONS];
|
||||
private byte[] buttons;
|
||||
private EventQueue event_queue;
|
||||
private long last_event_nanos;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue