adding events to notify fullscreen state
This commit is contained in:
parent
ddda8e4197
commit
f2d91bc53c
5 changed files with 24 additions and 0 deletions
|
@ -49,6 +49,8 @@ class NativeWindowObserver {
|
|||
virtual void OnWindowRestore() {}
|
||||
virtual void OnWindowEnterFullScreen() {}
|
||||
virtual void OnWindowLeaveFullScreen() {}
|
||||
virtual void OnWindowEnterHtmlFullScreen() {}
|
||||
virtual void OnWindowLeaveHtmlFullScreen() {}
|
||||
|
||||
// Called when devtools window gets focused.
|
||||
virtual void OnDevToolsFocus() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue