static class FiveDButton extends Button |
Package: | dji.common.remotecontroller |
Inherits From: | Button |
SDK Key: | RemoteControllerKey.FIVE_D_BUTTON |
State of the 5D button on the remote controller. Vertical movement, horizontal movement and if it is pressed are not exclusive.
FiveDButtonDirection getVerticalDirection() |
Package: | dji.common.remotecontroller |
Get the movement in the vertical direction of the 5D button. Up is the positive direction and down is the negative direction.
FiveDButtonDirection | An enum value of FiveDButtonDirection |
FiveDButtonDirection getHorizontalDirection() |
Package: | dji.common.remotecontroller |
Get the movement in the horizontal direction of the 5D button. Right is the positive direction and left is the negative direction.
FiveDButtonDirection | An enum value of FiveDButtonDirection |
static enum FiveDButtonDirection |
Package: | dji.common.remotecontroller |
Movement direction of the remote controller's 5D button.
boolean isPresent() |
Package: | dji.common.remotecontroller |
true
if the hardware button is present.
boolean | A boolean value. |
boolean isClicked() |
Package: | dji.common.remotecontroller |
true
if button is pressed down.
boolean | A boolean value. |
{{searchCount}} Results