Home
last modified time | relevance | path

Searched refs:glfwCreateCursor (Results 1 – 7 of 7) sorted by relevance

/third_party/glfw/tests/
Dcursor.c93 return glfwCreateCursor(&image, image.width / 2, image.height / 2); in create_cursor_frame()
/third_party/glfw/docs/
Dinput.dox305 as @ref GLFWcursor objects. They are created with @ref glfwCreateCursor or @ref
312 A custom cursor is created with @ref glfwCreateCursor, which returns a handle to
325 GLFWcursor* cursor = glfwCreateCursor(&image, 0, 0);
346 glfwCreateCursor except that the system cursor theme provides the actual image.
Dnews.dox105 cursor shapes. They are created with @ref glfwCreateCursor or @ref
Dintro.dox197 - @ref glfwCreateCursor
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/glfw/include/GLFW/
Dglfw3.h3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/glfw/src/
Dinput.c360 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() function