Greetings I want to know if the movement of the right stick is possible by code, to program a movement controlled by code. i did this but it does not work
and i reviewed this:
https://github.com/dji-sdk/Mobile-SDK-iOS/issues/212
B4X:
Dim z3 As Int=600
Dim setLeft As JavaObject = HardwareState.RunMethod("setLeft", Null)
If c1Clicked=True Then setLeft.RunMethod("setHorizontalPosition", Array(z3))
and i reviewed this:
https://github.com/dji-sdk/Mobile-SDK-iOS/issues/212