mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +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.type = SDL_EVENT_JOYSTICK_UPDATE_COMPLETE;
|
||||||
event.common.timestamp = joystick->update_complete;
|
event.common.timestamp = joystick->update_complete;
|
||||||
event.gdevice.which = joystick->instance_id;
|
event.jdevice.which = joystick->instance_id;
|
||||||
SDL_PushEvent(&event);
|
SDL_PushEvent(&event);
|
||||||
|
|
||||||
joystick->update_complete = 0;
|
joystick->update_complete = 0;
|
||||||
|
Reference in New Issue
Block a user