SDL_JoyBatteryEvent

Undocumented in source.
static if(sdlSupport >= SDLSupport.v2_24)
struct SDL_JoyBatteryEvent {}

Members

Variables

level
SDL_JoystickPowerLevel level;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
type
SDL_EventType type;
Undocumented in source.
which
SDL_JoystickID which;
Undocumented in source.

Meta