Window.InjectInputEvent(InputEvent)
Window.InjectInputEvent(InputEvent)
Method
Definition
Inject an event to window locally.
[Android.Runtime.Register("injectInputEvent", "(Landroid/view/InputEvent;)V", "GetInjectInputEvent_Landroid_view_InputEvent_Handler", ApiSince=19)]
public virtual void InjectInputEvent (Android.Views.InputEvent e);
abstract member InjectInputEvent : Android.Views.InputEvent -> unit
override this.InjectInputEvent : Android.Views.InputEvent -> unit
Parameters
A key or touch event to inject to this window.
Remarks
Portions of this page are modifications based on work created and shared by the