29 #include "Portability.h"    36 #ifndef DOXYGEN_SHOULD_SKIP_THIS   156     bool loadFromPixels(
const uint8_t* pixels, 
Vector2u size, 
Vector2u hotspot);
   175     bool loadFromSystem(
Type type);
   179     SDL_Cursor *m_cursor;
   182 #ifndef DOXYGEN_SHOULD_SKIP_THIS   187 #endif // GF_CURSOR_H Vertical double arrow cursor. 
Definition: Cursor.h:85
 
Arrow cursor (default) 
Definition: Cursor.h:79
 
Type
Enumeration of the native system cursor types. 
Definition: Cursor.h:78
 
Double arrow cursor going from bottom-left to top-right. 
Definition: Cursor.h:87
 
Busy arrow cursor. 
Definition: Cursor.h:80
 
Horizontal double arrow cursor. 
Definition: Cursor.h:84
 
Crosshair cursor. 
Definition: Cursor.h:89
 
Combination of SizeHorizontal and SizeVertical. 
Definition: Cursor.h:88
 
Busy cursor. 
Definition: Cursor.h:81
 
Class for loading, manipulating and saving images. 
Definition: Image.h:92
 
The namespace for gf classes. 
Definition: Action.h:35
 
An OS window. 
Definition: Window.h:88
 
I-beam, cursor when hovering over a field allowing text entry. 
Definition: Cursor.h:82
 
Pointing hand cursor. 
Definition: Cursor.h:83
 
Double arrow cursor going from top-left to bottom-right. 
Definition: Cursor.h:86
 
A mouse cursor. 
Definition: Cursor.h:72