basic joystick support
This commit is contained in:
parent
553fa56442
commit
7c43155a90
3 changed files with 100 additions and 24 deletions
17
src/fixer.h
17
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue