SystemCursorIcon

Default

ContextMenu

Help

Pointer

Progress

Wait

Cell

Crosshair

Text

VerticalText

Alias

Copy

Move

NoDrop

NotAllowed

Grab

Grabbing

EResize

NResize

NeResize

NwResize

SResize

SeResize

SwResize

WResize

EwResize

NsResize

NeswResize

NwseResize

ColResize

RowResize

AllScroll

ZoomIn

ZoomOut

Description

The icon to display for a window.

Examples of all of these cursors can be found here. This enum is simply a copy of a similar enum found in winit. winit, in turn, is based upon the CSS3 UI spec.

See the window_settings example for usage.

Functions