Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dwin32_joystick.c492 static GLFWbool pollJoystickState(_GLFWjoystickWin32* js, int mode) in pollJoystickState() function
721 pollJoystickState(_glfw.win32_js + joy, _GLFW_PRESENCE_ONLY); in _glfwDetectJoystickDisconnectionWin32()
732 return pollJoystickState(js, _GLFW_PRESENCE_ONLY); in _glfwPlatformJoystickPresent()
738 if (!pollJoystickState(js, _GLFW_UPDATE_STATE)) in _glfwPlatformGetJoystickAxes()
748 if (!pollJoystickState(js, _GLFW_UPDATE_STATE)) in _glfwPlatformGetJoystickButtons()
758 if (!pollJoystickState(js, _GLFW_PRESENCE_ONLY)) in _glfwPlatformGetJoystickName()