Searched refs:glfwCreateCursor (Results 1 – 7 of 7) sorted by relevance
/third_party/glfw/tests/ |
D | cursor.c | 93 return glfwCreateCursor(&image, image.width / 2, image.height / 2); in create_cursor_frame()
|
/third_party/glfw/docs/ |
D | input.dox | 305 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.
|
D | news.dox | 105 cursor shapes. They are created with @ref glfwCreateCursor or @ref
|
D | intro.dox | 197 - @ref glfwCreateCursor
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/glfw/include/GLFW/ |
D | glfw3.h | 3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/glfw/src/ |
D | input.c | 360 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() function
|