mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Update win32_joystick.h
This commit is contained in:
parent
9343492a7d
commit
882eed59a5
@ -47,6 +47,8 @@ typedef struct _GLFWjoystickWin32
|
|||||||
int axisCount;
|
int axisCount;
|
||||||
unsigned char* buttons;
|
unsigned char* buttons;
|
||||||
int buttonCount;
|
int buttonCount;
|
||||||
|
unsigned char* hats;
|
||||||
|
int hatCount;
|
||||||
_GLFWjoyobjectWin32* objects;
|
_GLFWjoyobjectWin32* objects;
|
||||||
int objectCount;
|
int objectCount;
|
||||||
char* name;
|
char* name;
|
||||||
|
Loading…
Reference in New Issue
Block a user