Lines Matching defs:cursor
156 #define wl_cursor_theme_load _glfw.wl.cursor.theme_load
157 #define wl_cursor_theme_destroy _glfw.wl.cursor.theme_destroy
158 #define wl_cursor_theme_get_cursor _glfw.wl.cursor.theme_get_cursor
159 #define wl_cursor_image_get_buffer _glfw.wl.cursor.image_get_buffer
541 } cursor;
597 // Wayland-specific per-cursor data
601 struct wl_cursor* cursor;
660 GLFWbool _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
661 GLFWbool _glfwCreateStandardCursorWayland(_GLFWcursor* cursor, int shape);
662 void _glfwDestroyCursorWayland(_GLFWcursor* cursor);
663 void _glfwSetCursorWayland(_GLFWwindow* window, _GLFWcursor* cursor);