Android.InputMethodServices.AbstractInputMethodService.OnTrackballEvent Method
Implement this to handle trackball events on your input method.

Syntax

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

Parameters

e
The motion event being received.

Returns

Documentation for this section has not yet been entered.

Remarks

Implement this to handle trackball events on your input method.

[Android Documentation]

Requirements

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