Home
last modified time | relevance | path

Searched refs:glfwDestroyCursor (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c487 glfwDestroyCursor(star_cursors[i]); in main()
490 glfwDestroyCursor(standard_cursors[i]); in main()
/third_party/glfw/src/
H A Dinput.c867 glfwDestroyCursor((GLFWcursor*) cursor); in glfwCreateCursor()
901 glfwDestroyCursor((GLFWcursor*) cursor); in glfwCreateStandardCursor()
908 GLFWAPI void glfwDestroyCursor(GLFWcursor* handle) in glfwDestroyCursor() function
H A Dinit.c104 glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead); in terminate()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3138 * glfwSetCursor. The cursor can be destroyed with @ref glfwDestroyCursor.
3166 * @sa glfwDestroyCursor
3222 GLFWAPI void glfwDestroyCursor(GLFWcursor* cursor);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp327 glfwDestroyCursor(bd->MouseCursors[cursor_n]); in ImGui_ImplGlfw_Shutdown()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5022 * glfwSetCursor. The cursor can be destroyed with @ref glfwDestroyCursor.
5048 * @sa @ref glfwDestroyCursor
5130 GLFWAPI void glfwDestroyCursor(GLFWcursor* cursor);

Completed in 25 milliseconds