GestureDetector.SimpleOnGestureListener.OnShowPress(MotionEvent) Method

Definition

The user has performed a down MotionEvent and not performed a move or up yet.

[Android.Runtime.Register("onShowPress", "(Landroid/view/MotionEvent;)V", "GetOnShowPress_Landroid_view_MotionEvent_Handler")]
public virtual void OnShowPress (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onShowPress", "(Landroid/view/MotionEvent;)V", "GetOnShowPress_Landroid_view_MotionEvent_Handler")>]
abstract member OnShowPress : Android.Views.MotionEvent -> unit
override this.OnShowPress : Android.Views.MotionEvent -> unit

Parameters

e
MotionEvent

The down motion event

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to