DJIRCFiveDButton

struct {}

State of the 5D button on the remote controller. Vertical movement, horizontal movment and if it is pressed are not exclusive.

  • YES if 5D button is present.

    Declaration

    Objective-C

    BOOL isPresent
  • The movement in the vertical direction of the 5D button. Up is the positive direction and down is the negative direction.

    Declaration

    Objective-C

    DJIRCFiveDButtonDirection verticalMovement
  • The movement in the horizontal direction of the 5D button. Right is the positive direction and left is the negative direction.

    Declaration

    Objective-C

    DJIRCFiveDButtonDirection horizontalMovement
  • If the 5D button is pressed down.

    Declaration

    Objective-C

    BOOL buttonPressed