Android.Service.Dreams.DreamService.DispatchTrackballEvent Method
Called to process trackball events.

Syntax

[Android.Runtime.Register("dispatchTrackballEvent", "(Landroid/view/MotionEvent;)Z", "GetDispatchTrackballEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool DispatchTrackballEvent (Android.Views.MotionEvent e)

Parameters

e
The trackball event.

Returns

Documentation for this section has not yet been entered.

Remarks

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