Enum HatPosition
Enumerates discrete positions for a joystick hat.
Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public enum HatPosition : byte
Fields
| Name | Description |
|---|---|
| Centered | The hat is in its centered (neutral) position |
| Down | The hat is in its bottom position. |
| DownLeft | The hat is in its bottom-left position. |
| DownRight | The hat is in its bottom-right position. |
| Left | The hat is in its left position. |
| Right | The hat is in its right position. |
| Up | The hat is in its top position. |
| UpLeft | The hat is in its top-left position. |
| UpRight | The hat is in its top-right position. |