Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dcocoa_joystick.h36 _GLFWjoystickNS ns_js[GLFW_JOYSTICK_LAST + 1]
41 typedef struct _GLFWjoystickNS struct
54 } _GLFWjoystickNS; argument
Dcocoa_joystick.m60 static void addJoystickElement(_GLFWjoystickNS* js,
129 addJoystickElement((_GLFWjoystickNS*) parameter,
136 static long getElementValue(_GLFWjoystickNS* js, _GLFWjoyelementNS* element)
166 static void removeJoystick(_GLFWjoystickNS* js)
191 memset(js, 0, sizeof(_GLFWjoystickNS));
198 static GLFWbool pollJoystickAxisEvents(_GLFWjoystickNS* js)
224 static GLFWbool pollJoystickButtonEvents(_GLFWjoystickNS* js)
274 _GLFWjoystickNS* js;
463 _GLFWjoystickNS* js = _glfw.ns_js + joy;
478 _GLFWjoystickNS* js = _glfw.ns_js + joy;
[all …]