Method OnCapturedPointerEvent
OnCapturedPointerEvent(MotionEvent?)
Implement this method to handle captured pointer events
public override bool OnCapturedPointerEvent(MotionEvent? e)
Parameters
eMotionEventTo be added.
Returns
- bool
True if the event was handled, false otherwise.
Remarks
Implement this method to handle captured pointer events
.
android.view.View.onCapturedPointerEvent(android.view.MotionEvent)
Portions of this page are modifications based on work created and shared by the