diff options
-rw-r--r-- | global_defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/global_defs.h b/global_defs.h index f6ce735..f0d87a0 100644 --- a/global_defs.h +++ b/global_defs.h @@ -12,6 +12,13 @@ #define NUM_EVENTS 13 //steam + xbox + ps4 * 6 + wii * 4 + mouse #define BUFSIZE 40 +//VALVE STEAM CONTROLLER +#define STEAM_BIT 1 + + +//MICROSOFT XBOX 360 CONTROLLER +#define XBOX_360_BIT 2 + // WIRED PS4 #define PS4_WIRED_TOUCH_BIT 4 |