Android.Views.GestureDetector.OnTouchEvent Method
Analyzes the given motion event and if applicable triggers the appropriate callbacks on the NoType:android/view/GestureDetector$OnGestureListener;Href=../../../reference/android/view/GestureDetector.OnGestureListener.html supplied.

Syntax

[Android.Runtime.Register("onTouchEvent", "(Landroid/view/MotionEvent;)Z", "GetOnTouchEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool OnTouchEvent (MotionEvent ev)

Parameters

ev
The current motion event.

Returns

Documentation for this section has not yet been entered.

Remarks

Analyzes the given motion event and if applicable triggers the appropriate callbacks on the NoType:android/view/GestureDetector$OnGestureListener;Href=../../../reference/android/view/GestureDetector.OnGestureListener.html supplied.

[Android Documentation]

Requirements

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