Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_JoystickPowerLevel

Declaration

Source position: libsdl2.pas line 2268

type TSDL_JoystickPowerLevel = (

  SDL_JOYSTICK_POWER_UNKNOWN = - 1,

  

  SDL_JOYSTICK_POWER_EMPTY,

  

  SDL_JOYSTICK_POWER_LOW,

  

  SDL_JOYSTICK_POWER_MEDIUM,

  

  SDL_JOYSTICK_POWER_FULL,

  

  SDL_JOYSTICK_POWER_WIRED,

  

  SDL_JOYSTICK_POWER_MAX

  

);



CT Web help

CodeTyphon Studio