= SDL_JoystickPowerLevel =
An enumeration of battery levels of a joystick.




== Values ==
{|
|SDL_JOYSTICK_POWER_UNKNOWN
| 
|-
|SDL_JOYSTICK_POWER_EMPTY
| 
|-
|SDL_JOYSTICK_POWER_LOW
| 
|-
|SDL_JOYSTICK_POWER_MEDIUM
| 
|-
|SDL_JOYSTICK_POWER_FULL
| 
|-
|SDL_JOYSTICK_POWER_WIRED
| 
|-
|SDL_JOYSTICK_POWER_MAX
| 
|}



== Related Functions ==
:[[SDL_JoystickCurrentPowerLevel]]


== Version ==
This enumeration is available since SDL 2.0.4.


----
[[CategoryAPI]], [[CategoryAPIEnum]], [[CategoryJoystick]]