Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c517 RAWINPUT_GetJoystickByIndex(int device_index, SDL_JoystickID *pJoystickID) in RAWINPUT_GetJoystickByIndex() function
539 return RAWINPUT_GetJoystickByIndex(device_index, NULL)->name; in RAWINPUT_JoystickGetDeviceName()
549 device = RAWINPUT_GetJoystickByIndex(device_index, &instance_id); in RAWINPUT_JoystickGetDevicePlayerIndex()
563 device = RAWINPUT_GetJoystickByIndex(device_index, &instance_id); in RAWINPUT_JoystickSetDevicePlayerIndex()
573 return RAWINPUT_GetJoystickByIndex(device_index, NULL)->guid; in RAWINPUT_JoystickGetDeviceGUID()
580 RAWINPUT_GetJoystickByIndex(device_index, &instance_id); in RAWINPUT_JoystickGetDeviceInstanceID()
587 SDL_RAWINPUT_Device *device = RAWINPUT_GetJoystickByIndex(device_index, NULL); in RAWINPUT_JoystickOpen()

Completed in 11 milliseconds