enum EE::Window::Cursor::SysType

Overview

list the system cursors that can be used More…

#include <cursor.hpp>

enum SysType {
    SysArrow       = 0,
    SysIBeam,
    SysWait,
    SysCrosshair,
    SysWaitArrow,
    SysSizeNWSE,
    SysSizeNESW,
    SysSizeWE,
    SysSizeNS,
    SysSizeAll,
    SysNoCursor,
    SysHand,
    SysCursorCount,
    SysCursorNone,
};

Detailed Documentation

list the system cursors that can be used

Enum Values

SysArrow

Arrow

SysIBeam

I-beam

SysWait

Wait

SysCrosshair

Crosshair

SysWaitArrow

Small wait cursor (or Wait if not available)

SysSizeNWSE

Double arrow pointing northwest and southeast

SysSizeNESW

Double arrow pointing northeast and southwest

SysSizeWE

Double arrow pointing west and east

SysSizeNS

Double arrow pointing north and south

SysSizeAll

Four pointed arrow pointing north, south, east, and west

SysNoCursor

Slashed circle or crossbones

SysHand

Hand