Get the battery level of a joystick as SDL_JoystickPowerLevel.
Defined in SDL_joystick.h
SDL_JoystickPowerLevel SDL_JoystickCurrentPowerLevel(SDL_Joystick *joystick);
SDL_Joystick * | joystick | the SDL_Joystick to query. |
(SDL_JoystickPowerLevel) 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.