Lines Matching refs:jid
348 int jid = 0;
357 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
359 js = _glfw.joysticks + jid;
504 int jid;
509 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
511 if (_glfw.joysticks[jid].connected &&
512 _glfw.joysticks[jid].win32.device == NULL &&
513 _glfw.joysticks[jid].win32.index == index)
519 if (jid <= GLFW_JOYSTICK_LAST)
558 int jid;
560 for (jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
562 _GLFWjoystick* js = _glfw.joysticks + jid;
595 int jid;
597 for (jid = GLFW_JOYSTICK_1; jid <= GLFW_JOYSTICK_LAST; jid++)
598 closeJoystick(_glfw.joysticks + jid);