From 7c43155a90b2f66b89b102bf5cee66e16a3e1a2f Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 7 Sep 2002 03:03:52 +0000 Subject: basic joystick support --- src/fixer.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/fixer.h') diff --git a/src/fixer.h b/src/fixer.h index df32540..2766cf7 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -205,6 +205,23 @@ typedef struct DPMSG_DESTROYPLAYERORGROUP } DPMSG_DESTROYPLAYERORGROUP; typedef DPMSG_DESTROYPLAYERORGROUP * LPDPMSG_DESTROYPLAYERORGROUP; +#define JOYCAPS_HASR 1 + +typedef struct JOYINFOEX +{ + int dwXpos; + int dwYpos; + int dwRpos; + int dwUpos; + int dwVpos; + int dwPOV; +} JOYINFOEX; + +typedef struct JOYCAPS +{ + int wCaps; +} JOYCAPS; + #ifdef __cplusplus }; #endif -- cgit v1.3