Home
last modified time | relevance | path

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

/third_party/glfw/tests/
Dcursor.c309 glfwDestroyCursor(star_cursors[i]); in main()
312 glfwDestroyCursor(standard_cursors[i]); in main()
/third_party/glfw/src/
Dinput.c374 glfwDestroyCursor((GLFWcursor*) cursor); in glfwCreateCursor()
404 glfwDestroyCursor((GLFWcursor*) cursor); in glfwCreateStandardCursor()
411 GLFWAPI void glfwDestroyCursor(GLFWcursor* handle) in glfwDestroyCursor() function
Dinit.c157 glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead); in glfwTerminate()
/third_party/glfw/docs/
Dinput.dox306 glfwCreateStandardCursor and destroyed with @ref glfwDestroyCursor, or @ref
351 When a cursor is no longer needed, destroy it with @ref glfwDestroyCursor.
354 glfwDestroyCursor(cursor);
Dnews.dox107 glfwDestroyCursor.
Dintro.dox199 - @ref glfwDestroyCursor
/third_party/glfw/include/GLFW/
Dglfw3.h3237 GLFWAPI void glfwDestroyCursor(GLFWcursor* cursor);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3222 GLFWAPI void glfwDestroyCursor(GLFWcursor* cursor);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp327 glfwDestroyCursor(bd->MouseCursors[cursor_n]); in ImGui_ImplGlfw_Shutdown()