Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c93 static SDL_bool RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version);
164 …if (!RAWINPUT_IsDeviceSupported((Uint16)rdi.hid.dwVendorId, (Uint16)rdi.hid.dwProductId, (Uint16)r… in RAWINPUT_AllXInputDevicesSupported()
457 RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDeviceSupported() function
482 if (!RAWINPUT_IsDeviceSupported(vendor_id, product_id, version)) { in RAWINPUT_IsDevicePresent()

Completed in 3 milliseconds