X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fjoystick.h;h=74dbad76c1b44a4bab313cd0c5387ceb0ce79b71;hp=f3be29545672d5e2b636ba5b2ec17ab4d3f1c7db;hb=835e565490c1502920280c77eed9bb65fa932164;hpb=819b52d40a92b8b83b13cf31185744d433b69e14 diff --git a/src/libgame/joystick.h b/src/libgame/joystick.h index f3be2954..74dbad76 100644 --- a/src/libgame/joystick.h +++ b/src/libgame/joystick.h @@ -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)