This method is called when there is a generic motion event.
Syntax
[Android.Runtime.Register("dispatchGenericMotionEvent", "(ILandroid/view/MotionEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchGenericMotionEvent_ILandroid_view_MotionEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void DispatchGenericMotionEvent (
int seq,
Android.Views.MotionEvent e,
IInputMethodSessionEventCallback callback)
See Also
Parameters
- seq
- Documentation for this section has not yet been entered.
- e
- The motion event.
- callback
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17