Linux mouse buttons now match those on win32 (again)

This commit is contained in:
Elias Naur 2003-02-26 18:11:32 +00:00
parent 4d67446487
commit 451f237085
1 changed files with 2 additions and 2 deletions

View File

@ -234,10 +234,10 @@ void handleButtonRelease(XButtonEvent *event) {
buttons[0] = JNI_FALSE; buttons[0] = JNI_FALSE;
break; break;
case Button2: case Button2:
buttons[1] = JNI_FALSE; buttons[2] = JNI_FALSE;
break; break;
case Button3: case Button3:
buttons[2] = JNI_FALSE; buttons[1] = JNI_FALSE;
break; break;
case Button4: /* Fall through */ case Button4: /* Fall through */
case Button5: case Button5: