alias move and moved event on OS X

This commit is contained in:
deepak1556 2015-05-20 14:07:13 +05:30
parent f46fcd158a
commit 9a60fde59b
8 changed files with 21 additions and 3 deletions

View file

@ -49,6 +49,7 @@ class NativeWindowObserver {
virtual void OnWindowRestore() {}
virtual void OnWindowResize() {}
virtual void OnWindowMove() {}
virtual void OnWindowMoved() {}
virtual void OnWindowEnterFullScreen() {}
virtual void OnWindowLeaveFullScreen() {}
virtual void OnWindowEnterHtmlFullScreen() {}