Searched refs:ePowerLevel (Results 1 – 3 of 3) sorted by relevance
225 SDL_JoystickPowerLevel ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN; in UpdateXInputJoystickBatteryInformation() local227 ePowerLevel = SDL_JOYSTICK_POWER_WIRED; in UpdateXInputJoystickBatteryInformation()232 ePowerLevel = SDL_JOYSTICK_POWER_EMPTY; in UpdateXInputJoystickBatteryInformation()235 ePowerLevel = SDL_JOYSTICK_POWER_LOW; in UpdateXInputJoystickBatteryInformation()238 ePowerLevel = SDL_JOYSTICK_POWER_MEDIUM; in UpdateXInputJoystickBatteryInformation()242 ePowerLevel = SDL_JOYSTICK_POWER_FULL; in UpdateXInputJoystickBatteryInformation()247 SDL_PrivateJoystickBatteryLevel( joystick, ePowerLevel ); in UpdateXInputJoystickBatteryInformation()
47 SDL_JoystickPowerLevel ePowerLevel);
913 void SDL_PrivateJoystickBatteryLevel(SDL_Joystick * joystick, SDL_JoystickPowerLevel ePowerLevel) in SDL_PrivateJoystickBatteryLevel() argument915 joystick->epowerlevel = ePowerLevel; in SDL_PrivateJoystickBatteryLevel()