[+] coca joystick vendorid reporting

This commit is contained in:
Reece Wilson 2023-11-08 01:04:25 +00:00
parent 1b889af7ef
commit c426e8d5c1

View File

@ -277,6 +277,10 @@ static void matchCallback(void* context,
js->ns.buttons = buttons;
js->ns.hats = hats;
js->usbinfo.vendor = vendor;
js->usbinfo.product = product;
js->usbinfo.version = version;
_glfwInputJoystick(js, GLFW_CONNECTED);
}