mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fill the correct member with the joystick ID in SDL_EVENT_JOYSTICK_UPDATE_COMPLETE
This commit is contained in:
@@ -1953,7 +1953,7 @@ void SDL_UpdateJoysticks(void)
|
||||
|
||||
event.type = SDL_EVENT_JOYSTICK_UPDATE_COMPLETE;
|
||||
event.common.timestamp = joystick->update_complete;
|
||||
event.gdevice.which = joystick->instance_id;
|
||||
event.jdevice.which = joystick->instance_id;
|
||||
SDL_PushEvent(&event);
|
||||
|
||||
joystick->update_complete = 0;
|
||||
|
Reference in New Issue
Block a user