Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c524 int driver_device_index; in SDL_JoystickIsVirtual() local
528 if (SDL_GetDriverAndJoystickIndex(device_index, &driver, &driver_device_index)) { in SDL_JoystickIsVirtual()
1038 int driver_device_index; in SDL_PrivateJoystickAdded() local
1048 if (SDL_GetDriverAndJoystickIndex(device_index, &driver, &driver_device_index)) { in SDL_PrivateJoystickAdded()
1049 player_index = driver->GetDevicePlayerIndex(driver_device_index); in SDL_PrivateJoystickAdded()

Completed in 6 milliseconds