engine: keydefs: fixed mouse buttons code to match GoldSrc
This commit is contained in:
parent
09b7f22cee
commit
6f2fda427e
1 changed files with 21 additions and 20 deletions
|
@ -71,8 +71,9 @@
|
|||
#define K_KP_MINUS 173
|
||||
#define K_KP_PLUS 174
|
||||
#define K_CAPSLOCK 175
|
||||
#define K_KP_NUMLOCK 176
|
||||
#define K_KP_MUL 176
|
||||
#define K_WIN 177
|
||||
#define K_KP_NUMLOCK 178
|
||||
|
||||
//
|
||||
// joystick buttons
|
||||
|
@ -165,8 +166,8 @@
|
|||
// mouse buttons generate virtual keys
|
||||
//
|
||||
#define K_MOUSE1 241
|
||||
#define K_MOUSE2 243
|
||||
#define K_MOUSE3 242
|
||||
#define K_MOUSE2 242
|
||||
#define K_MOUSE3 243
|
||||
#define K_MOUSE4 244
|
||||
#define K_MOUSE5 245
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue