Android.Views.View.OnTrackballEvent Method
Implement this method to handle trackball motion events.

Syntax

[Android.Runtime.Register("onTrackballEvent", "(Landroid/view/MotionEvent;)Z", "GetOnTrackballEvent_Landroid_view_MotionEvent_Handler")]
public virtual bool OnTrackballEvent (MotionEvent e)

Parameters

e
The motion event.

Returns

Documentation for this section has not yet been entered.

Remarks

Implement this method to handle trackball motion events. The relative movement of the trackball since the last event can be retrieve with MotionEvent.GetX and MotionEvent.GetY. These are normalized so that a movement of 1 corresponds to the user pressing one DPAD key (so they will often be fractional values, representing the more fine-grained movement information available from a trackball).

[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