Searched refs:_glfwInputJoystickChange (Results 1 – 5 of 5) sorted by relevance
104 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in openJoystickDevice()137 _glfwInputJoystickChange(js - _glfw.linux_js.js, in pollJoystickEvents()
255 _glfwInputJoystickChange((int) (js - _glfw.win32_js), GLFW_DISCONNECTED); in closeJoystick()441 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in deviceCallback()485 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in openXinputDevice()
193 _glfwInputJoystickChange(js - _glfw.ns_js, GLFW_DISCONNECTED);327 _glfwInputJoystickChange(joy, GLFW_CONNECTED);
950 void _glfwInputJoystickChange(int joy, int event);
127 void _glfwInputJoystickChange(int joy, int event) in _glfwInputJoystickChange() function