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 | The hand shape. Used when mousing over something that can be dragged around. |
HResize | The horizontal resize shape. Used when mousing over something that can be horizontally resized. |
IBeam | The I-Beam shape. Used when mousing over a place where text can be entered. |
VResize | The vertical resize shape. Used when mousing over something that can be vertically resized. |