SDL joystick events now work while in menus
- DirectInput axes are now X first, Y second. - Menu axes controls swapped/fixed. - Added SDL DualShock3 buttons in menu actions. - Fixed SDL mouse system cursor; it could appear in-game.
This commit is contained in:
parent
731c68e69e
commit
fd4d600694
5 changed files with 17 additions and 13 deletions
|
|
@ -75,6 +75,8 @@ enum EKeyCodes
|
|||
KEY_JOY6,
|
||||
KEY_JOY7,
|
||||
KEY_JOY8,
|
||||
KEY_JOY14 = KEY_FIRSTJOYBUTTON+13,
|
||||
KEY_JOY15 = KEY_FIRSTJOYBUTTON+14,
|
||||
KEY_LASTJOYBUTTON = 0x187,
|
||||
KEY_JOYPOV1_UP = 0x188,
|
||||
KEY_JOYPOV1_RIGHT = 0x189,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue