mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Err, never mind on buttons 4 and 5..
This commit is contained in:
parent
20077b7b4f
commit
7a66abafb0
1 changed files with 0 additions and 2 deletions
|
@ -232,8 +232,6 @@ static void event_button(XEvent *event)
|
|||
case 1:
|
||||
case 2:
|
||||
case 3:
|
||||
case 4:
|
||||
case 5:
|
||||
Key_Event(K_MOUSE1 + but - 1, event->type == ButtonPress);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue