Searched refs:glfwCreateCursor (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/tests/ |
H A D | cursor.c | 114 return glfwCreateCursor(&image, image.width / 2, image.height / 2); in create_cursor_frame() 144 return glfwCreateCursor(&image, 7, 7); in create_tracking_cursor()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot); 3192 * @sa glfwCreateCursor 3203 * glfwCreateCursor. Any remaining cursors will be destroyed by @ref 3216 * @sa glfwCreateCursor
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 5055 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot); 5097 * @sa @ref glfwCreateCursor 5108 * glfwCreateCursor. Any remaining cursors will be destroyed by @ref 5124 * @sa @ref glfwCreateCursor
|
/third_party/glfw/src/ |
H A D | input.c | 846 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() function
|
Completed in 15 milliseconds