29 #include "GraphicsApi.h" 37 #ifndef DOXYGEN_SHOULD_SKIP_THIS 168 SDL_Cursor *m_cursor;
171 #ifndef DOXYGEN_SHOULD_SKIP_THIS 176 #endif // GF_CURSOR_H Vertical double arrow cursor.
Definition: Cursor.h:76
Arrow cursor (default)
Definition: Cursor.h:70
Type
Enumeration of the native system cursor types.
Definition: Cursor.h:69
Double arrow cursor going from bottom-left to top-right.
Definition: Cursor.h:78
Busy arrow cursor.
Definition: Cursor.h:71
Horizontal double arrow cursor.
Definition: Cursor.h:75
Crosshair cursor.
Definition: Cursor.h:80
Combination of SizeHorizontal and SizeVertical.
Definition: Cursor.h:79
std::filesystem::path Path
A path in the filesystem.
Definition: Path.h:40
Busy cursor.
Definition: Cursor.h:72
Class for loading, manipulating and saving images.
Definition: Image.h:80
The namespace for gf classes.
Definition: Action.h:35
An OS window.
Definition: Window.h:82
I-beam, cursor when hovering over a field allowing text entry.
Definition: Cursor.h:73
Pointing hand cursor.
Definition: Cursor.h:74
Double arrow cursor going from top-left to bottom-right.
Definition: Cursor.h:77
A mouse cursor.
Definition: Cursor.h:63