enum EE::Window::Cursor::Type¶
Overview¶
#include <cursor.hpp> enum Type { Arrow = 0, IBeam, Wait, Crosshair, WaitArrow, SizeNWSE, SizeNESW, SizeWE, SizeNS, SizeAll, NoCursor, Hand, CursorCount, };
Detailed Documentation¶
Enum Values¶
Arrow
Arrow
IBeam
I-beam
Wait
Wait
Crosshair
Crosshair
WaitArrow
Small wait cursor (or Wait if not available)
SizeNWSE
Double arrow pointing northwest and southeast
SizeNESW
Double arrow pointing northeast and southwest
SizeWE
Double arrow pointing west and east
SizeNS
Double arrow pointing north and south
SizeAll
Four pointed arrow pointing north, south, east, and west
NoCursor
Slashed circle or crossbones
Hand
Hand