| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.handheld.JoystickVerticalDirection | |
Joystick Vertical direction. Used by Osmo Mobile only.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JoystickVerticalDirection | Down | Joystick is moved down in the vertical direction. | |||||||||
| JoystickVerticalDirection | Middle | Joystick has no movement in the vertical direction. | |||||||||
| JoystickVerticalDirection | Up | Joystick is moved up in the vertical direction. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static JoystickVerticalDirection | valueOf(String name) | ||||||||||
| final static JoystickVerticalDirection[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Joystick is moved down in the vertical direction.
Joystick has no movement in the vertical direction.