Home
last modified time | relevance | path

Searched refs:SDL_JOYSTICK_POWER_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_joystick.h99 SDL_JOYSTICK_POWER_UNKNOWN = -1, enumerator
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xbox360w.c141 joystick->epowerlevel = SDL_JOYSTICK_POWER_UNKNOWN; in HIDAPI_DriverXbox360W_OpenJoystick()
A DSDL_hidapi_gamecube.c332 … joystick->epowerlevel = ctx->wireless[i] ? SDL_JOYSTICK_POWER_UNKNOWN : SDL_JOYSTICK_POWER_WIRED; in HIDAPI_DriverGameCube_OpenJoystick()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_xinputjoystick.c389 SDL_JoystickPowerLevel ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN; in UpdateXInputJoystickBatteryInformation()
A DSDL_windows_gaming_input.c513 joystick->epowerlevel = wireless ? SDL_JOYSTICK_POWER_UNKNOWN : SDL_JOYSTICK_POWER_WIRED; in WGI_JoystickOpen()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c414 joystick->epowerlevel = SDL_JOYSTICK_POWER_UNKNOWN; in SDL_JoystickOpen()
2286 return SDL_JOYSTICK_POWER_UNKNOWN; in SDL_JoystickCurrentPowerLevel()

Completed in 14 milliseconds