mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +00:00
Fill the correct member with the joystick ID in SDL_EVENT_JOYSTICK_UPDATE_COMPLETE
This commit is contained in:
parent
55cf1abaa6
commit
463c456b98
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue