Hi Informatix. I want to use your PassTouchEventTo method to click on the DJICameraCaptureWidget in my DJI app, so I can automatically start video recording, when the drone is powered up. I'm able to click on a panel with the code below.
MEv= GD.CreateMotionEvent(200,DateTime.Now, Activity.ACTION_UP, 10dip, 10dip)
GD.PassTouchEventTo(MEv,pnlCamera)
I placed the DJICameraCaptureWidget on a panel, but then the DJICameraCaptureWidget isn't even visible, and I can't click on it. Is it possible
to click on a widget with your gesturedetector library? steve