Enum Hat
Status of a joystick hat.
Namespace: OpenTK.Windowing.Common.Input
Assembly: OpenTK.Windowing.Common.dll
Syntax
public enum Hat : byte
Fields
| Name | Description |
|---|---|
| Centered | Hat is centered. |
| Down | Hat is pointing down. |
| Left | Hat is pointing left. |
| LeftDown | Hat is pointing down and to the left. |
| LeftUp | Hat is pointing up and to the left. |
| Right | Hat is pointing right. |
| RightDown | Hat is pointing down and to the right. |
| RightUp | Hat is pointing up and to the right. |
| Up | Hat is pointing up. |