From 34d3ae31b90edec62239d7b56b078fa11cc80377 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 15 Feb 2012 18:26:08 +0000 Subject: Support up to 16 joystick axes, select which to use with j_*_axis cvars. --- src/qcommon/qcommon.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/qcommon') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 70a944fd..40fc58cb 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1028,15 +1028,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); -- cgit