Add ready-to-show event
This commit is contained in:
parent
2dc453b4be
commit
4d65af3c60
5 changed files with 29 additions and 0 deletions
|
@ -48,6 +48,9 @@ class NativeWindowObserver {
|
|||
// Called when window is hidden.
|
||||
virtual void OnWindowHide() {}
|
||||
|
||||
// Called when window is ready to show.
|
||||
virtual void OnReadyToShow() {}
|
||||
|
||||
// Called when window state changed.
|
||||
virtual void OnWindowMaximize() {}
|
||||
virtual void OnWindowUnmaximize() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue