Lines Matching refs:jid

1998  *  void function_name(int jid, int event)
2001 * @param[in] jid The joystick that was connected or disconnected.
2012 typedef void (* GLFWjoystickfun)(int jid, int event);
5476 * @param[in] jid The [joystick](@ref joysticks) to query.
5490 GLFWAPI int glfwJoystickPresent(int jid);
5501 * @param[in] jid The [joystick](@ref joysticks) to query.
5523 GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count);
5541 * @param[in] jid The [joystick](@ref joysticks) to query.
5564 GLFWAPI const unsigned char* glfwGetJoystickButtons(int jid, int* count);
5598 * @param[in] jid The [joystick](@ref joysticks) to query.
5621 GLFWAPI const unsigned char* glfwGetJoystickHats(int jid, int* count);
5633 * @param[in] jid The [joystick](@ref joysticks) to query.
5652 GLFWAPI const char* glfwGetJoystickName(int jid);
5674 * @param[in] jid The [joystick](@ref joysticks) to query.
5693 GLFWAPI const char* glfwGetJoystickGUID(int jid);
5704 * @param[in] jid The joystick whose pointer to set.
5719 GLFWAPI void glfwSetJoystickUserPointer(int jid, void* pointer);
5729 * @param[in] jid The joystick whose pointer to return.
5743 GLFWAPI void* glfwGetJoystickUserPointer(int jid);
5755 * @param[in] jid The [joystick](@ref joysticks) to query.
5771 GLFWAPI int glfwJoystickIsGamepad(int jid);
5792 * void function_name(int jid, int event)
5853 * @param[in] jid The [joystick](@ref joysticks) to query.
5873 GLFWAPI const char* glfwGetGamepadName(int jid);
5892 * @param[in] jid The [joystick](@ref joysticks) to query.
5911 GLFWAPI int glfwGetGamepadState(int jid, GLFWgamepadstate* state);