mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Add null joystick backend
This prepares the X11 backend to support other joystick APIs, for example the FreeBSD libusb one.
This commit is contained in:
@@ -45,11 +45,9 @@ typedef struct _GLFWjoystickLinux
|
||||
//
|
||||
typedef struct _GLFWlibraryLinux
|
||||
{
|
||||
#if defined(__linux__)
|
||||
int inotify;
|
||||
int watch;
|
||||
regex_t regex;
|
||||
#endif /*__linux__*/
|
||||
} _GLFWlibraryLinux;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user