Switch to a single OS X swipe event with a direction argument

This commit is contained in:
James Wheare 2016-03-23 15:20:11 +00:00
parent 03319a5426
commit 8482109dea
7 changed files with 21 additions and 64 deletions

View file

@ -58,10 +58,7 @@ class NativeWindowObserver {
virtual void OnWindowMoved() {}
virtual void OnWindowScrollTouchBegin() {}
virtual void OnWindowScrollTouchEnd() {}
virtual void OnWindowSwipeUp() {}
virtual void OnWindowSwipeRight() {}
virtual void OnWindowSwipeDown() {}
virtual void OnWindowSwipeLeft() {}
virtual void OnWindowSwipe(const std::string& direction) {}
virtual void OnWindowEnterFullScreen() {}
virtual void OnWindowLeaveFullScreen() {}
virtual void OnWindowEnterHtmlFullScreen() {}