Searched refs:pJoystickID (Results 1 – 3 of 3) sorted by relevance
449 HIDAPI_GetDeviceByIndex(int device_index, SDL_JoystickID *pJoystickID) in HIDAPI_GetDeviceByIndex() argument455 if (pJoystickID) { in HIDAPI_GetDeviceByIndex()456 *pJoystickID = device->joysticks[device_index]; in HIDAPI_GetDeviceByIndex()608 HIDAPI_JoystickConnected(SDL_HIDAPI_Device *device, SDL_JoystickID *pJoystickID, SDL_bool is_extern… in HIDAPI_JoystickConnected() argument625 if (pJoystickID) { in HIDAPI_JoystickConnected()626 *pJoystickID = joystickID; in HIDAPI_JoystickConnected()
120 extern SDL_bool HIDAPI_JoystickConnected(SDL_HIDAPI_Device *device, SDL_JoystickID *pJoystickID, SD…
517 RAWINPUT_GetJoystickByIndex(int device_index, SDL_JoystickID *pJoystickID) in RAWINPUT_GetJoystickByIndex() argument524 if (pJoystickID) { in RAWINPUT_GetJoystickByIndex()525 *pJoystickID = device->hiddevice.joysticks[device_index]; in RAWINPUT_GetJoystickByIndex()
Completed in 9 milliseconds