AbstractInputMethodService.AbstractInputMethodSessionImpl.DispatchTrackballEvent 方法

定义

负责将传入的跟踪球事件调度到服务上的相应回调,并在完成此操作时告知客户端。

[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

参数

seq
Int32
e
MotionEvent

动作事件。

实现

属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于