AbstractInputMethodService.AbstractInputMethodSessionImpl.DispatchTrackballEvent Method           
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Take care of dispatching incoming trackball events to the appropriate callbacks on the service, and tell the client when this is done.
[Android.Runtime.Register("dispatchTrackballEvent", "(ILandroid/view/MotionEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchTrackballEvent_ILandroid_view_MotionEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")]
public virtual void DispatchTrackballEvent(int seq, Android.Views.MotionEvent e, Android.Views.InputMethods.IInputMethodSessionEventCallback callback);
	[<Android.Runtime.Register("dispatchTrackballEvent", "(ILandroid/view/MotionEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchTrackballEvent_ILandroid_view_MotionEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")>]
abstract member DispatchTrackballEvent : int * Android.Views.MotionEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit
override this.DispatchTrackballEvent : int * Android.Views.MotionEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit
	Parameters
- seq
 - Int32
 
The motion event.
- callback
 - IInputMethodSessionEventCallback
 
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.