Window.SuperDispatchGenericMotionEvent(MotionEvent)
Window.SuperDispatchGenericMotionEvent(MotionEvent)
Method
Definition
Used by custom windows, such as Dialog, to pass the generic motion event further down the view hierarchy.
[Android.Runtime.Register("superDispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler", ApiSince=12)]
public abstract bool SuperDispatchGenericMotionEvent (Android.Views.MotionEvent e);
abstract member SuperDispatchGenericMotionEvent : Android.Views.MotionEvent -> bool
Parameters
Returns
Remarks
Portions of this page are modifications based on work created and shared by the