Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Djoysticks.c138 glfwGetJoystickName(joy), in joystick_callback()
Devents.c466 glfwGetJoystickName(joy), in joystick_callback()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3614 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3614 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3633 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/flutter/glfw/src/
Dinput.c588 GLFWAPI const char* glfwGetJoystickName(int joy) in glfwGetJoystickName() function
/third_party/flutter/glfw/docs/
Dinput.dox539 glfwGetJoystickName. See the reference documentation for the lifetime of the
543 const char* name = glfwGetJoystickName(GLFW_JOYSTICK_1);
Dnews.dox369 The name of a joystick can now be retrieved using @ref glfwGetJoystickName.