Home
last modified time | relevance | path

Searched refs:GLFWjoystickfun (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1115 typedef void (* GLFWjoystickfun)(int,int); typedef
3637 GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun);
/third_party/glfw/include/GLFW/
H A Dglfw3.h2012 typedef void (* GLFWjoystickfun)(int jid, int event); typedef
5795 * [function pointer type](@ref GLFWjoystickfun).
5807 GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun callback);
/third_party/glfw/src/
H A Dinput.c1261 GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun) in glfwSetJoystickCallback()
1268 _GLFW_SWAP(GLFWjoystickfun, _glfw.callbacks.joystick, cbfun); in glfwSetJoystickCallback()
H A Dinternal.h880 GLFWjoystickfun joystick;

Completed in 16 milliseconds