Record TSDL_JoyBatteryEvent
Unit
Declaration
type TSDL_JoyBatteryEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
which: TSDL_JoystickID; |
![]() |
level: TSDL_JoystickPowerLevel; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_JOYBATTERYUPDATED | |
![]() |
which: TSDL_JoystickID; |
|
In milliseconds, populated using SDL_GetTicks() | |
![]() |
level: TSDL_JoystickPowerLevel; |
|
The joystick instance id | |
Generated by PasDoc 0.16.0.
