Lines Matching refs:jid
129 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
131 if (!_glfw.joysticks[jid].connected)
133 if (strcmp(_glfw.joysticks[jid].linjs.path, path) == 0)
293 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
295 if (strcmp(_glfw.joysticks[jid].linjs.path, path) == 0)
297 closeJoystick(_glfw.joysticks + jid);
367 for (int jid = 0; jid <= GLFW_JOYSTICK_LAST; jid++)
369 _GLFWjoystick* js = _glfw.joysticks + jid;