UTFWin::BasicCursorIDs namespace

The cursor IDs that are always available.

There are more cursors on the game, but their ID and whether they are loaded depend on the current context of the game.

Enums

enum Cursors { StdNone = 0x1001, StdCenter = 0x1005, StdIBeam = 0x1004, Link = 0x1006, StdHelp = 0x1007, StdSizeNS = 0x1008, StdSizeWE = 0x1009, StdSizeNWSE = 0x100A, StdSizeNESW = 0x100B, StdSizeAll = 0x100C, DragSelect = 0x100D, Default = 0x1002, DefaultCursor = 0x1011, Wait = 0x1003, ActiveWait = 0x1024, MagicWand = 0x100E, Paint = 0x100F, EyeDropper = 0x1010, DefaultAlpha01 = 0x1012, DefaultAlpha02 = 0x1013, DefaultAlpha03 = 0x1014, DefaultAlpha04 = 0x1015, DefaultAlpha05 = 0x1016, DefaultAlpha06 = 0x1017, DefaultAlpha07 = 0x1018, DefaultAlpha08 = 0x1019, DefaultAlpha09 = 0x101A, StdCenterAlpha01 = 0x101B, StdCenterAlpha02 = 0x101C, StdCenterAlpha03 = 0x101D, StdCenterAlpha04 = 0x101E, StdCenterAlpha05 = 0x101F, StdCenterAlpha06 = 0x1020, StdCenterAlpha07 = 0x1021, StdCenterAlpha08 = 0x1022, StdCenterAlpha09 = 0x1023 }

Enum documentation

enum UTFWin::BasicCursorIDs::Cursors

Enumerators
StdNone

STD_None.

StdCenter

STD_Center.

StdIBeam

STD_IBeam.

Link

cursor_link

StdHelp

STD_Help.

StdSizeNS

STD_SizeNS.

StdSizeWE

STD_SizeWE.

StdSizeNWSE

STD_SizeNWSE.

StdSizeNESW

STD_SizeNESW.

StdSizeAll

STD_SizeAll.

DragSelect

cursor-dragselect

Default

cursor-default

DefaultCursor

cursor-default-debug

Wait

cursor-wait

ActiveWait

cursor-active-wait

MagicWand

cursor-magicwand

Paint

cursor-paint

EyeDropper

cursor-eyedropper

DefaultAlpha01

cursor-default-alpha01

DefaultAlpha02

cursor-default-alpha02

DefaultAlpha03

cursor-default-alpha03

DefaultAlpha04

cursor-default-alpha04

DefaultAlpha05

cursor-default-alpha05

DefaultAlpha06

cursor-default-alpha06

DefaultAlpha07

cursor-default-alpha07

DefaultAlpha08

cursor-default-alpha08

DefaultAlpha09

cursor-default-alpha09

StdCenterAlpha01

STD_Center-alpha01.

StdCenterAlpha02

STD_Center-alpha02.

StdCenterAlpha03

STD_Center-alpha03.

StdCenterAlpha04

STD_Center-alpha04.

StdCenterAlpha05

STD_Center-alpha05.

StdCenterAlpha06

STD_Center-alpha06.

StdCenterAlpha07

STD_Center-alpha07.

StdCenterAlpha08

STD_Center-alpha08.

StdCenterAlpha09

STD_Center-alpha09.