Home
last modified time | relevance | path

Searched refs:glfwCreateCursor (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/tests/
H A Dcursor.c114 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 Dglfw3.h3173 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 Dglfw3.h5055 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 Dinput.c846 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() function

Completed in 16 milliseconds