mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
New joystick API.
This commit is contained in:
+4
-4
@@ -189,10 +189,10 @@ typedef struct _GLFWlibraryX11
|
||||
struct {
|
||||
int present;
|
||||
int fd;
|
||||
int numAxes;
|
||||
int numButtons;
|
||||
float* axis;
|
||||
unsigned char* button;
|
||||
float* axes;
|
||||
int axisCount;
|
||||
unsigned char* buttons;
|
||||
int buttonCount;
|
||||
char* name;
|
||||
} joystick[GLFW_JOYSTICK_LAST + 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user