Searched refs:RAWINPUT_IsDeviceSupported (Results 1 – 1 of 1) sorted by relevance
93 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() function482 if (!RAWINPUT_IsDeviceSupported(vendor_id, product_id, version)) { in RAWINPUT_IsDevicePresent()
Completed in 3 milliseconds