Android.Views.View.DispatchGenericMotionEvent Method
Dispatch a generic motion event.

Syntax

[Android.Runtime.Register("dispatchGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchGenericMotionEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool DispatchGenericMotionEvent (MotionEvent e)

Parameters

e
The motion event to be dispatched.

Returns

Documentation for this section has not yet been entered.

Remarks

Dispatch a generic motion event.

Generic motion events with source class InputDevice.SourceClassPointer are delivered to the view under the pointer. All other generic motion events are delivered to the focused view. Hover events are handled specially and are delivered to View.OnHoverEvent(MotionEvent).

[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