DJIHandheldJoystickHorizontalDirection
enum DJIHandheldJoystickHorizontalDirection : uint8_t {}
Status of the handheld joystick in horizontal direction. Used by Osmo Mobile only.
-
Joystick has no movement in the horizontal direction.
Declaration
Objective-C
DJIHandheldJoystickHorizontalDirectionMiddle
-
Joystick is moved left in the horizontal direction.
Declaration
Objective-C
DJIHandheldJoystickHorizontalDirectionLeft
-
Joystick is moved right in the horizontal direction.
Declaration
Objective-C
DJIHandheldJoystickHorizontalDirectionRight
-
Joystick status in the horizontal direction is unknown.
Declaration
Objective-C
DJIHandheldJoystickHorizontalDirectionUnknown = 255