Searched refs:RAWINPUT_IsDevicePresent (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_rawinputjoystick_c.h | 24 extern SDL_bool RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version);
|
A D | SDL_xinputjoystick.c | 298 if (RAWINPUT_IsDevicePresent(vendor, product, version)) { in AddXInputDevice()
|
A D | SDL_rawinputjoystick.c | 477 RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDevicePresent() function
|
A D | SDL_dinputjoystick.c | 673 if (RAWINPUT_IsDevicePresent(vendor, product, 0)) { in EnumJoysticksCallback()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 423 if (RAWINPUT_IsDevicePresent(device->vendor_id, device->product_id, device->version)) { in HIDAPI_GetDeviceDriver()
|
Completed in 15 milliseconds