THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Get the battery level of a joystick as SDL_JoystickPowerLevel.
SDL_JoystickPowerLevel SDL_JoystickCurrentPowerLevel(SDL_Joystick *joystick);
joystick |
the SDL_Joystick to query |
Returns the current battery level as SDL_JoystickPowerLevel on success or SDL_JOYSTICK_POWER_UNKNOWN
if it is unknown
This function is available since SDL 2.0.4.
CategoryAPI, CategoryJoystick, CategoryDraft