mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-18 17:28:13 +00:00
Add SDL_JOYBATTERYUPDATED event to SDL_JoystickEventState()
This commit is contained in:

committed by
Sam Lantinga

parent
b72cf207fb
commit
c6c688ab01
@@ -1743,7 +1743,8 @@ SDL_JoystickEventState(int state)
|
||||
#else
|
||||
const Uint32 event_list[] = {
|
||||
SDL_JOYAXISMOTION, SDL_JOYBALLMOTION, SDL_JOYHATMOTION,
|
||||
SDL_JOYBUTTONDOWN, SDL_JOYBUTTONUP, SDL_JOYDEVICEADDED, SDL_JOYDEVICEREMOVED
|
||||
SDL_JOYBUTTONDOWN, SDL_JOYBUTTONUP, SDL_JOYDEVICEADDED, SDL_JOYDEVICEREMOVED,
|
||||
SDL_JOYBATTERYUPDATED
|
||||
};
|
||||
unsigned int i;
|
||||
|
||||
|
Reference in New Issue
Block a user