rnd-20020420-1-src
[rocksndiamonds.git] / src / libgame / joystick.h
index 37f02a90179bba4e179e35c0e06b6918dd7feaa3..d571a1303fb296aafed0c35ab0eda3e949814cec 100644 (file)
 #define JOY_RIGHT              MV_RIGHT
 #define JOY_UP                 MV_UP
 #define JOY_DOWN               MV_DOWN
-#define JOY_BUTTON_1           MV_BUTTON_1
-#define JOY_BUTTON_2           MV_BUTTON_2
-#define JOY_MOTION             MV_MOTION
-#define JOY_BUTTON             MV_BUTTON
+#define JOY_BUTTON_1           KEY_BUTTON_1
+#define JOY_BUTTON_2           KEY_BUTTON_2
+#define JOY_MOTION             KEY_MOTION
+#define JOY_BUTTON             KEY_BUTTON
+#define JOY_ACTION             KEY_ACTION
 
 #define JOY_BUTTON_NOT_PRESSED 0
 #define JOY_BUTTON_PRESSED     1