alias move and moved event on OS X
This commit is contained in:
parent
f46fcd158a
commit
9a60fde59b
8 changed files with 21 additions and 3 deletions
|
@ -543,6 +543,10 @@ void NativeWindow::NotifyWindowMove() {
|
|||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_, OnWindowMove());
|
||||
}
|
||||
|
||||
void NativeWindow::NotifyWindowMoved() {
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_, OnWindowMoved());
|
||||
}
|
||||
|
||||
void NativeWindow::NotifyWindowEnterFullScreen() {
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver, observers_,
|
||||
OnWindowEnterFullScreen());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue