Android.Service.Dreams.DreamService.DispatchGenericMotionEvent Method
Called to process generic motion events.

Syntax

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

Parameters

e
The generic motion event.

Returns

Documentation for this section has not yet been entered.

Remarks

Called to process generic motion events. At the very least your implementation must call Android.Views.Window.SuperDispatchGenericMotionEvent(Android.Views.MotionEvent) to do the standard processing.

[Android Documentation]

Requirements

Namespace: Android.Service.Dreams
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17