implement method on browser window
This commit is contained in:
parent
46d80e8f05
commit
9963ddc485
5 changed files with 23 additions and 1 deletions
|
@ -153,6 +153,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual void CloseDevTools();
|
||||
virtual bool IsDevToolsOpened();
|
||||
virtual void InspectElement(int x, int y);
|
||||
virtual void InspectServiceWorker();
|
||||
|
||||
virtual void FocusOnWebView();
|
||||
virtual void BlurWebView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue