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