Android.Views.Window.SuperDispatchGenericMotionEvent Method
Used by custom windows, such as Dialog, to pass the generic motion event further down the view hierarchy.

Syntax

[Android.Runtime.Register("superDispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler")]
public abstract bool SuperDispatchGenericMotionEvent (MotionEvent e)

Parameters

e
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Used by custom windows, such as Dialog, to pass the generic motion event further down the view hierarchy. Application developers should not need to implement or call this.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12