Sprache

Window.SuperDispatchTrackballEvent(MotionEvent) Method

Definition

Used by custom windows, such as Dialog, to pass the trackball event further down the view hierarchy.

[Android.Runtime.Register("superDispatchTrackballEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchTrackballEvent_Landroid_view_MotionEvent_Handler")]
public abstract bool SuperDispatchTrackballEvent(Android.Views.MotionEvent? e);
[<Android.Runtime.Register("superDispatchTrackballEvent", "(Landroid/view/MotionEvent;)Z", "GetSuperDispatchTrackballEvent_Landroid_view_MotionEvent_Handler")>]
abstract member SuperDispatchTrackballEvent : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The Android.Views.MotionEvent value used for e.

Returns

The result of the super dispatch trackball event operation.

Attributes

Remarks

Used by custom windows, such as Dialog, to pass the trackball event further down the view hierarchy. Application developers should not need to implement or call this.

Java documentation for android.view.Window.superDispatchTrackballEvent(android.view.MotionEvent).

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