Android.Service.Dreams.DreamService.DispatchTouchEvent Method
Called to process touch screen events.

Syntax

[Android.Runtime.Register("dispatchTouchEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool DispatchTouchEvent (Android.Views.MotionEvent e)

Parameters

e
The touch screen event.

Returns

Documentation for this section has not yet been entered.

Remarks

Called to process touch screen events. At the very least your implementation must call Android.Views.Window.SuperDispatchTouchEvent(Android.Views.MotionEvent) to do the standard touch screen 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