Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dwin32_joystick.c34 #define _GLFW_PRESENCE_ONLY 1 macro
522 if (mode == _GLFW_PRESENCE_ONLY) in pollJoystickState()
603 if (mode == _GLFW_PRESENCE_ONLY) in pollJoystickState()
721 pollJoystickState(_glfw.win32_js + joy, _GLFW_PRESENCE_ONLY); in _glfwDetectJoystickDisconnectionWin32()
732 return pollJoystickState(js, _GLFW_PRESENCE_ONLY); in _glfwPlatformJoystickPresent()
758 if (!pollJoystickState(js, _GLFW_PRESENCE_ONLY)) in _glfwPlatformGetJoystickName()