Implement this to handle generic motion events on your input method.
Syntax
[Android.Runtime.Register("onGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler")]
public virtual
bool OnGenericMotionEvent (
Android.Views.MotionEvent e)
Parameters
- e
- The motion event being received.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17