Support up to 16 joystick axes, select which to use with j_*_axis cvars.
This commit is contained in:
parent
76c4346463
commit
7a1efc19a4
2 changed files with 12 additions and 16 deletions
|
@ -1059,15 +1059,7 @@ NON-PORTABLE SYSTEM SERVICES
|
|||
==============================================================
|
||||
*/
|
||||
|
||||
typedef enum {
|
||||
AXIS_SIDE,
|
||||
AXIS_FORWARD,
|
||||
AXIS_UP,
|
||||
AXIS_ROLL,
|
||||
AXIS_YAW,
|
||||
AXIS_PITCH,
|
||||
MAX_JOYSTICK_AXIS
|
||||
} joystickAxis_t;
|
||||
#define MAX_JOYSTICK_AXIS 16
|
||||
|
||||
void Sys_Init (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue