Enum DigitalJoystickPosition
Represents 8-way digital joystick positions
Assembly: Meadow.Contracts.dll
View Source
public enum DigitalJoystickPosition
Fields
Center
Center / neutral position
View Source
Center = 0
Up
Up or top position with no horizontal movement
View Source
Up = 1
Down
Down or button position with no horizontal movement
View Source
Down = 2
Left
Left position with no vertical movement
View Source
Left = 3
Right
Right position with no vertical movement
View Source
Right = 4
UpRight
Upper right position
View Source
UpRight = 5
UpLeft
Upper left position
View Source
UpLeft = 6
DownRight
Lower right position
View Source
DownRight = 7
DownLeft
Lower left position
View Source
DownLeft = 8