wait-events: fix for _glfwInputJoystickAxis

- set newEventsRcvd to true when joystick axis changes
This commit is contained in:
Doug Binks 2026-08-02 16:30:29 +01:00
parent 0eaf92b220
commit e3e65260c9

View file

@ -454,6 +454,8 @@ void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value)
assert(axis < js->axisCount);
js->axes[axis] = value;
_glfw.newEventsRcvd = GLFW_TRUE;
}
// Notifies shared code of the new value of a joystick button