GLFW: X11: Fix joystick detection before joystick init
From upstream: c01acc267a.
This commit is contained in:
3
glfw/x11_window.c
vendored
3
glfw/x11_window.c
vendored
@@ -2653,7 +2653,8 @@ _glfwDispatchX11Events(void) {
|
||||
unsigned dispatched = 0;
|
||||
|
||||
#if defined(__linux__)
|
||||
_glfwDetectJoystickConnectionLinux();
|
||||
if (_glfw.joysticksInitialized)
|
||||
_glfwDetectJoystickConnectionLinux();
|
||||
#endif
|
||||
dispatched += dispatch_x11_queued_events(XEventsQueued(_glfw.x11.display, QueuedAfterFlush));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user