Cursor shape.

Not all shapes are available on all platforms, see GLFW.createStandardCursor for more details.

Variables

@:value(cast 0x00036001)@:enum@:implinlineread onlyArrow:CursorShape = 0x00036001

The regular arrow cursor shape.

@:value(cast 0x00036002)@:enum@:implinlineread onlyIBeam:CursorShape = 0x00036002

The text input I-beam cursor shape.

@:value(cast 0x00036003)@:enum@:implinlineread onlyCrosshair:CursorShape = 0x00036003

The crosshair cursor shape.

@:value(cast 0x00036004)@:enum@:implinlineread onlyPointingHand:CursorShape = 0x00036004

The pointing hand cursor shape.

@:value(cast 0x00036005)@:enum@:implinlineread onlyResizeEW:CursorShape = 0x00036005

The horizontal resize/move arrow shape.

This is usually a horizontal double-headed arrow.

@:value(cast 0x00036006)@:enum@:implinlineread onlyResizeNS:CursorShape = 0x00036006

The vertical resize/move shape.

This is usually a vertical double-headed arrow.

@:value(cast 0x00036007)@:enum@:implinlineread onlyResizeNWSE:CursorShape = 0x00036007

The top-left to bottom-right diagonal resize/move shape. This is usually a diagonal double-headed arrow.

On MacOS this shape is provided by a private system API and may fail when used.

On X11 and Wayland this shape is provided by a newer standard not supported by all cursor themes.

@:value(cast 0x00036008)@:enum@:implinlineread onlyResizeNESW:CursorShape = 0x00036008

The top-right to bottom-left diagonal resize/move shape. This is usually a diagonal double-headed arrow.

On MacOS this shape is provided by a private system API and may fail when used.

On X11 and Wayland this shape is provided by a newer standard not supported by all cursor themes.

@:value(cast 0x00036009)@:enum@:implinlineread onlyResizeAll:CursorShape = 0x00036009

The omni-directional resize cursor/move shape.

This is usually either a combined horizontal and vertical double-headed arrow or a grabbing hand.

@:value(cast 0x0003600A)@:enum@:implinlineread onlyNotAllowed:CursorShape = 0x0003600A

The operation-not-allowed shape. This is usually a circle with a diagonal line through it.

On X11 and Wayland this shape is provided by a newer standard not supported by all cursor themes.