Support up to 16 joystick axes, select which to use with j_*_axis cvars.

This commit is contained in:
Zack Middleton 2012-02-15 18:26:08 +00:00
parent 76c4346463
commit 7a1efc19a4
2 changed files with 12 additions and 16 deletions

View file

@ -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);