Enum POVDirection
Enumeration for point-of-view hat directions.
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
[Flags]
public enum POVDirection
Fields
Name | Description |
---|---|
Center | Axis is centered. |
Down | Axis is down. |
Left | Axis is left. |
Right | Axis is right. |
Up | Axis is up. |