Show / Hide Table of Contents

Enum SystemCursorType

Represents system mouse cursor icons.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum SystemCursorType

Fields

Name Description
ArrowE

A resize cursor pointing east.
On windows this is the same as ArrowEW.
On macos and X11 this will be an arrow pointing east.

ArrowEW

A resize cursor with arrows pointing east and west.

ArrowFourway

A cursor with arrows pointing in all four direction.

ArrowN

A resize cursor pointing north.
On windows this is the same as ArrowNS.
On macos and X11 this will be an arrow pointing north.

ArrowNE

A resize cursor pointing northeast.
On windows this is the same as ArrowNESW.
On macos and X11 this will be an arrow pointing northeast.

ArrowNESW

A resize cursor with arrows pointing northeast and southwest.

ArrowNS

A resize cursor with arrows pointing north and south.

ArrowNW

A resize cursor pointing northwest.
On windows this is the same as ArrowNWSE.
On macos and X11 this will be an arrow pointing northwest.

ArrowNWSE

A resize cursor with arrows pointing northwest and southeast.

ArrowS

A resize cursor pointing south.
On windows this is the same as ArrowNS.
On macos and X11 this will be an arrow pointing south.

ArrowSE

A resize cursor pointing southeast.
On windows this is the same as ArrowNWSE.
On macos and X11 this will be an arrow pointing southeast.

ArrowSW

A resize cursor pointing southwest.
On windows this is the same as ArrowNESW.
On macos and X11 this will be an arrow pointing southwest.

ArrowUp

A cursor pointing up.

ArrowW

A resize cursor pointing west.
On windows this is the same as ArrowEW.
On macos and X11 this will be an arrow pointing west.

Cross

A cursor with a cross.

Default

Default mouse cursor.

Forbidden

A cursor which tells the user they can't do something (like a crossed out red circle.)

Hand

A cursor with a hand.

Help

A cursor with a quetion mark.

Loading

A mouse cursor to tell the user something is loading (like an arrow with an hour glass.)

TextBeam

A cursor which is displayed when text is selectable.

Wait

A mouse cursor to tell the user to wait. (like an hour glass).

In this article
Back to top Generated by DocFX