Cursor shape.
Not all shapes are available on all platforms, see GLFW.createStandardCursor
for more details.
Variables
inlineread onlyResizeEW:CursorShape = 0x00036005
The horizontal resize/move arrow shape.
This is usually a horizontal double-headed arrow.
inlineread onlyResizeNS:CursorShape = 0x00036006
The vertical resize/move shape.
This is usually a vertical double-headed arrow.
inlineread 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.
inlineread 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.
inlineread 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.
inlineread 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.