[Android.Runtime.Register("injectInputEvent", "(Landroid/view/InputEvent;Z)Z", "")] public boolInjectInputEvent (Android.Views.InputEvent e, bool sync)
Parameters
e
The event to inject.
sync
Whether to inject the event synchronously.
Returns
Documentation for this section has not yet been entered.
Remarks
A method for injecting an arbitrary input event.
Note: It is caller's responsibility to recycle the event.