AbstractInputMethodService.AbstractInputMethodSessionImpl.DispatchGenericMotionEvent Méthode

Définition

Prenez soin de répartir les événements de mouvement génériques entrants vers les rappels appropriés sur le service et indiquez au client quand cela est effectué.

[Android.Runtime.Register("dispatchGenericMotionEvent", "(ILandroid/view/MotionEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchGenericMotionEvent_ILandroid_view_MotionEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")]
public virtual void DispatchGenericMotionEvent(int seq, Android.Views.MotionEvent e, Android.Views.InputMethods.IInputMethodSessionEventCallback callback);
[<Android.Runtime.Register("dispatchGenericMotionEvent", "(ILandroid/view/MotionEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchGenericMotionEvent_ILandroid_view_MotionEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")>]
abstract member DispatchGenericMotionEvent : int * Android.Views.MotionEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit
override this.DispatchGenericMotionEvent : int * Android.Views.MotionEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit

Paramètres

seq
Int32
e
MotionEvent

Événement de mouvement.

Implémente

Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à