fix pov default
This commit is contained in:
parent
7c43155a90
commit
e8789932e5
2 changed files with 10 additions and 10 deletions
12
src/fixer.h
12
src/fixer.h
|
@ -209,12 +209,12 @@ typedef DPMSG_DESTROYPLAYERORGROUP * LPDPMSG_DESTROYPLAYERORGROUP;
|
|||
|
||||
typedef struct JOYINFOEX
|
||||
{
|
||||
int dwXpos;
|
||||
int dwYpos;
|
||||
int dwRpos;
|
||||
int dwUpos;
|
||||
int dwVpos;
|
||||
int dwPOV;
|
||||
DWORD dwXpos;
|
||||
DWORD dwYpos;
|
||||
DWORD dwRpos;
|
||||
DWORD dwUpos;
|
||||
DWORD dwVpos;
|
||||
DWORD dwPOV;
|
||||
} JOYINFOEX;
|
||||
|
||||
typedef struct JOYCAPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue