mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Update linux_joystick.h
This commit is contained in:
parent
081f8004ef
commit
049f43a06c
@ -42,6 +42,8 @@ typedef struct _GLFWjoystickLinux
|
|||||||
int axisCount;
|
int axisCount;
|
||||||
unsigned char* buttons;
|
unsigned char* buttons;
|
||||||
int buttonCount;
|
int buttonCount;
|
||||||
|
unsigned char* hats;
|
||||||
|
int hatCount;
|
||||||
char* name;
|
char* name;
|
||||||
char* path;
|
char* path;
|
||||||
} _GLFWjoystickLinux;
|
} _GLFWjoystickLinux;
|
||||||
|
Loading…
Reference in New Issue
Block a user