4#include "mygl_export.h"
6#define GLFW_INCLUDE_NONE
21 std::shared_ptr<GLFWcursor> p_cursor;
27 Cursor(GLFWcursor* cursor);
74 MYGL_EXPORT ~
Cursor() = default;
83 MYGL_EXPORT
bool load(const
Image& image,
int xhot,
int yhot);
A class for storing custom cursors.
static const Cursor arrow
The standard arrow cursor, this is the default.
static const Cursor verticalResize
The vertical resize arrow cursor.
static const Cursor horizontalResize
The horizontal resize arrow cursor.
static const Cursor IBeam
The I-beam shaped cursor (or text cursor)
MYGL_EXPORT bool load(const Image &image, int xhot, int yhot)
Loads a cursor fron an image file.
static const Cursor crosshair
The crosshair cursor (cross shape)
MYGL_EXPORT Cursor() noexcept
Creates a default arrow cursor.
static const Cursor hand
The pointing hand cursor.
MYGL_EXPORT bool isUsable() const noexcept
Tells wether the cursor is usable.
A class for manipulating imges.
Class for creating a window.
Namespace containing every class, function and enum of the library.