replaced obsolete joystick calibration with game controller configuration
[rocksndiamonds.git] / src / libgame / joystick.h
index f3be29545672d5e2b636ba5b2ec17ab4d3f1c7db..74dbad76c1b44a4bab313cd0c5387ceb0ce79b71 100644 (file)
@@ -17,6 +17,8 @@
 #define JOYSTICK_NOT_AVAILABLE 0
 #define        JOYSTICK_AVAILABLE      (1 << 0)
 #define        JOYSTICK_ACTIVE         (1 << 1)
+#define JOYSTICK_CONFIGURED    (1 << 2)
+#define JOYSTICK_NOT_CONFIGURED        (1 << 3)
 #define JOYSTICK_ACTIVATED     (JOYSTICK_AVAILABLE | JOYSTICK_ACTIVE)
 
 #if defined(PLATFORM_FREEBSD)