Describes supported cursor types.
You can find more information in comments below.
enum class CursorType // Cursor types
{
None,
AppStarting, // Standard arrow and small hourglass
Arrow, // Standard arrow
Cross, // Crosshair
Hand, // Hand
Help, // Arrow and question mark
IBeam, // I-beam
No, // Slashed circle
SizeAll, // Four-pointed arrow pointing north, south, east, and west
SizeNortheastSouthwest, // Double-pointed arrow pointing northeast and southwest
SizeNorthSouth, // Double-pointed arrow pointing north and south
SizeNorthwestSoutheast, // Double-pointed arrow pointing northwest and southeast
SizeWestEast, // Double-pointed arrow pointing west and east
UpArrow, // Vertical arrow
Wait // Hourglass
};
Namespace: | nitisa |
Include: | Nitisa/Core/CursorType.h |