Searched refs:ePowerLevel (Results 1 – 3 of 3) sorted by relevance
389 SDL_JoystickPowerLevel ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN; in UpdateXInputJoystickBatteryInformation() local391 ePowerLevel = SDL_JOYSTICK_POWER_WIRED; in UpdateXInputJoystickBatteryInformation()395 ePowerLevel = SDL_JOYSTICK_POWER_EMPTY; in UpdateXInputJoystickBatteryInformation()398 ePowerLevel = SDL_JOYSTICK_POWER_LOW; in UpdateXInputJoystickBatteryInformation()401 ePowerLevel = SDL_JOYSTICK_POWER_MEDIUM; in UpdateXInputJoystickBatteryInformation()405 ePowerLevel = SDL_JOYSTICK_POWER_FULL; in UpdateXInputJoystickBatteryInformation()410 SDL_PrivateJoystickBatteryLevel(joystick, ePowerLevel); in UpdateXInputJoystickBatteryInformation()
109 SDL_JoystickPowerLevel ePowerLevel);
2277 void SDL_PrivateJoystickBatteryLevel(SDL_Joystick * joystick, SDL_JoystickPowerLevel ePowerLevel) in SDL_PrivateJoystickBatteryLevel() argument2279 joystick->epowerlevel = ePowerLevel; in SDL_PrivateJoystickBatteryLevel()
Completed in 11 milliseconds