MouseCursor

Description

enum Tinman.Engine.Application.MouseCursor

Enumeration of default mouse cursors.

Public / Constants

None

public constant None → (-1:int32)

No mouse cursor.

Default

public constant Default → (0:int32)

The default mouse cursor.

Wait

public constant Wait → (1:int32)

The wait cursor.

Drag

public constant Drag → (2:int32)

A cursor that indicates a drag action.

Move

public constant Move → (3:int32)

A cursor that indicates a move action.

Pick

public constant Pick → (4:int32)

A cursor that is used for picking a screen location precisely.

Help

public constant Help → (5:int32)

The help cursor.