@ahmic/autoit-js
    Preparing search index...

    Enumeration Cursor

    Enumeration of mouse cursor types.

    Index

    Enumeration Members

    Unknown: -1

    Unknown cursor type.

    Hand: 0

    Hand cursor. Depicted as a hand with a single finger pointing.

    AppStarting: 1

    App starting cursor. Depicted as an arrow with a spinning wheel or hourglass.

    Arrow: 2

    Arrow cursor. Depicted as a standard arrow pointer.

    Cross: 3

    Cross cursor. Depicted as a crosshair or plus sign.

    Help: 4

    Help cursor. Depicted as an arrow with a question mark.

    IBeam: 5

    I-beam cursor. Depicted as a vertical line, typically used for text selection.

    Icon: 6

    Icon cursor. Exact depiction is unknown.

    Obsolete for applications marked version 4.0 or later

    No: 7

    No cursor. Depicted as a circle with a line through it.

    Size: 8

    Size all cursor (all directions). Depicted as a cross with arrows pointing in all directions.

    Obsolete for applications marked version 4.0 or later

    SizeAll: 9

    Size all cursor (all directions). Depicted as a cross with arrows pointing in all directions.

    SizeNorthEastSouthWest: 10

    Size cursor (north-east, south-west). Depicted as a diagonal double-headed arrow.

    SizeNorthSouth: 11

    Size cursor (north, south). Depicted as a vertical double-headed arrow.

    SizeNorthWestSouthEast: 12

    Size cursor (north-west, south-east). Depicted as a diagonal double-headed arrow.

    SizeWestEast: 13

    Size cursor (west, east). Depicted as a horizontal double-headed arrow.

    UpArrow: 14

    Up arrow cursor. Depicted as an arrow pointing upwards.

    Wait: 15

    Wait cursor. Depicted as an hourglass or spinning wheel.

    None: 16

    No cursor (not set). Depicted as a blank or empty cursor.