diff options
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
