mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 00:14:04 +00:00
Linux mouse buttons now match those on win32 (again)
This commit is contained in:
parent
4d67446487
commit
451f237085
1 changed files with 2 additions and 2 deletions
|
|
@ -234,10 +234,10 @@ void handleButtonRelease(XButtonEvent *event) {
|
|||
buttons[0] = JNI_FALSE;
|
||||
break;
|
||||
case Button2:
|
||||
buttons[1] = JNI_FALSE;
|
||||
buttons[2] = JNI_FALSE;
|
||||
break;
|
||||
case Button3:
|
||||
buttons[2] = JNI_FALSE;
|
||||
buttons[1] = JNI_FALSE;
|
||||
break;
|
||||
case Button4: /* Fall through */
|
||||
case Button5:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue