Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick_c.h24 extern SDL_bool RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version);
A DSDL_xinputjoystick.c298 if (RAWINPUT_IsDevicePresent(vendor, product, version)) { in AddXInputDevice()
A DSDL_rawinputjoystick.c477 RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDevicePresent() function
A DSDL_dinputjoystick.c673 if (RAWINPUT_IsDevicePresent(vendor, product, 0)) { in EnumJoysticksCallback()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c423 if (RAWINPUT_IsDevicePresent(device->vendor_id, device->product_id, device->version)) { in HIDAPI_GetDeviceDriver()

Completed in 15 milliseconds