Home
last modified time | relevance | path

Searched refs:_glfwInputJoystickChange (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/glfw/src/
Dlinux_joystick.c104 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in openJoystickDevice()
137 _glfwInputJoystickChange(js - _glfw.linux_js.js, in pollJoystickEvents()
Dwin32_joystick.c255 _glfwInputJoystickChange((int) (js - _glfw.win32_js), GLFW_DISCONNECTED); in closeJoystick()
441 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in deviceCallback()
485 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in openXinputDevice()
Dcocoa_joystick.m193 _glfwInputJoystickChange(js - _glfw.ns_js, GLFW_DISCONNECTED);
327 _glfwInputJoystickChange(joy, GLFW_CONNECTED);
Dinternal.h950 void _glfwInputJoystickChange(int joy, int event);
Dinput.c127 void _glfwInputJoystickChange(int joy, int event) in _glfwInputJoystickChange() function