Enum MouseCursor.StandardShape
Standard cursor shapes.
Namespace: OpenTK.Windowing.Common.Input
Assembly: OpenTK.Windowing.Common.dll
Syntax
public enum MouseCursor.StandardShape
Fields
Name | Description |
---|---|
Arrow | A normal arrow cursor. |
Crosshair | A crosshair cursor. |
CustomShape | Default standard shape for user-created cursors. |
Hand | A hand cursor. |
HResize | A horizontal resize cursor. |
IBeam | An I-beam text editing cursor. |
NotAllowed | An operation-not-allowed cursor. |
PointingHand | A pointing hand cursor. |
ResizeAll | An omni-directional resize cursor. |
ResizeEW | A horizontal resize cursor. |
ResizeNESW | A diagonal northeast southwest resize cursor. |
ResizeNS | A vertical resize cursor. |
ResizeNWSE | A diagonal northwest southeast resize cursor. |
VResize | A vertical resize cursor. |