window: adding resize and move events
This commit is contained in:
parent
d34800bb0a
commit
3a5977e09f
10 changed files with 81 additions and 5 deletions
|
@ -207,6 +207,8 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
void NotifyWindowUnmaximize();
|
||||
void NotifyWindowMinimize();
|
||||
void NotifyWindowRestore();
|
||||
void NotifyWindowMove();
|
||||
void NotifyWindowResize();
|
||||
void NotifyWindowEnterFullScreen();
|
||||
void NotifyWindowLeaveFullScreen();
|
||||
void NotifyWindowEnterHtmlFullScreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue