Lines Matching refs:jid
506 static void joystick_callback(int jid, int event)
512 glfwGetJoystickAxes(jid, &axisCount);
513 glfwGetJoystickButtons(jid, &buttonCount);
514 glfwGetJoystickHats(jid, &hatCount);
518 jid,
519 glfwGetJoystickName(jid),
524 if (glfwJoystickIsGamepad(jid))
527 jid,
528 glfwGetJoystickGUID(jid),
529 glfwGetGamepadName(jid));
534 jid,
535 glfwGetJoystickGUID(jid));
541 counter++, glfwGetTime(), jid);