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;
|
||||
unsigned char* buttons;
|
||||
int buttonCount;
|
||||
unsigned char* hats;
|
||||
int hatCount;
|
||||
_GLFWjoyobjectWin32* objects;
|
||||
int objectCount;
|
||||
char* name;
|
||||
|
Loading…
Reference in New Issue
Block a user