| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.handheld.JoystickHorizontalDirection | |
Joystick Horizontal direction. Used by Osmo Mobile only.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JoystickHorizontalDirection | Left | Joystick is moved left in the horizontal direction. | |||||||||
| JoystickHorizontalDirection | Middle | Joystick has no movement in the horizontal direction. | |||||||||
| JoystickHorizontalDirection | Right | Joystick is moved right in the horizontal direction. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static JoystickHorizontalDirection | valueOf(String name) | ||||||||||
| final static JoystickHorizontalDirection[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Joystick is moved left in the horizontal direction.
Joystick has no movement in the horizontal direction.
Joystick is moved right in the horizontal direction.