mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- input code cleanup and addition of ZDoom's joystick code, which is not fully connected yet.
This commit is contained in:
parent
f2dd7326d0
commit
91f83d4c55
15 changed files with 1611 additions and 1092 deletions
|
@ -39,6 +39,8 @@ enum EMouseBits
|
|||
WHEELUP_MOUSE = 16,
|
||||
WHEELDOWN_MOUSE= 32,
|
||||
THUMB2_MOUSE = 64,
|
||||
WHEELLEFT_MOUSE = 128,
|
||||
WHEELRIGHT_MOUSE = 256,
|
||||
};
|
||||
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue