Synthetic input¶
window.host
dispatchKeyboardEvent(KeyboardEventInfo, ResultCallback<success>)¶
⚠️ Removed. Implemented once, but taken out in
f206595(Eject dependency on CEF and obs-browser (#1), 2022-06-17). No handler by this name is registered any more, so calling it will not resolve.
Dispatch synthetic keyboard event.
Deprecated in API 3.0
Data structures: KeyboardEventInfo
dispatchMouseEvent(MouseEventInfo, ResultCallback<success>)¶
⚠️ Removed. Implemented once, but taken out in
f206595(Eject dependency on CEF and obs-browser (#1), 2022-06-17). No handler by this name is registered any more, so calling it will not resolve.
Dispatch synthetic mouse event.
Deprecated in API 3.0
Data structures: MouseEventInfo