Searched refs:SDL_GetJoystickGUIDInfo (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_joystick.c | 1457 void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 *versio… in SDL_GetJoystickGUIDInfo() function 1610 SDL_GetJoystickGUIDInfo(guid, &vendor, &product, NULL); in SDL_GetJoystickGameControllerTypeFromGUID() 1885 SDL_GetJoystickGUIDInfo(guid, &vendor, &product, NULL); in SDL_GetJoystickGUIDType() 2047 SDL_GetJoystickGUIDInfo(guid, &vendor, &product, NULL); in SDL_ShouldIgnoreJoystick() 2091 SDL_GetJoystickGUIDInfo(guid, &vendor, NULL, NULL); in SDL_JoystickGetDeviceVendor() 2100 SDL_GetJoystickGUIDInfo(guid, NULL, &product, NULL); in SDL_JoystickGetDeviceProduct() 2109 SDL_GetJoystickGUIDInfo(guid, NULL, NULL, &version); in SDL_JoystickGetDeviceProductVersion() 2173 SDL_GetJoystickGUIDInfo(guid, &vendor, NULL, NULL); in SDL_JoystickGetVendor() 2182 SDL_GetJoystickGUIDInfo(guid, NULL, &product, NULL); in SDL_JoystickGetProduct() 2191 SDL_GetJoystickGUIDInfo(guid, NULL, NULL, &version); in SDL_JoystickGetProductVersion()
|
A D | SDL_joystick_c.h | 53 extern void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 …
|
A D | SDL_gamecontroller.c | 1701 SDL_GetJoystickGUIDInfo(guid, &vendor, &product, &version); in SDL_ShouldIgnoreGameController()
|
Completed in 13 milliseconds