Show / Hide Table of Contents

Enum CursorShape

Standard cursor shapes.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum CursorShape

Fields

Name Description
Arrow

The standard arrow shape. Used in almost all situations.

Crosshair

The crosshair shape. Used when dragging and dropping.

Hand

This is an alias for compatibility with earlier versions.

HResize

The horizontal resize shape. Used when mousing over something that can be horizontally resized. This is an alias for compatibility with earlier versions.

IBeam

The I-Beam shape. Used when mousing over a place where text can be entered.

NotAllowed

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

Wayland: This shape is provided by a newer standard not supported by all cursor themes.

X11: This shape is provided by a newer standard not supported by all cursor themes.

PointingHand

The pointing hand shape. Used when mousing over something that can be dragged around.

ResizeAll

The omni-directional resize cursor/move shape. This is usually either a combined horizontal and vertical double-headed arrow or a grabbing hand.

ResizeEW

The horizontal resize/move arrow shape. This is usually a horizontal double-headed arrow.

ResizeNESW

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

macOS: This shape is provided by a private system API and may fail with CursorUnavailable in the future.

Wayland: This shape is provided by a newer standard not supported by all cursor themes.

X11: This shape is provided by a newer standard not supported by all cursor themes.

ResizeNS

The vertical resize/move shape. This is usually a vertical double-headed arrow.

ResizeNWSE

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

macOS: This shape is provided by a private system API and may fail with CursorUnavailable in the future.

Wayland: This shape is provided by a newer standard not supported by all cursor themes.

X11: This shape is provided by a newer standard not supported by all cursor themes.

VResize

The vertical resize shape. Used when mousing over something that can be vertically resized. This is an alias for compatibility with earlier versions.

In This Article
Back to top Generated by DocFX