feat: add rotate gesture for macOS (#19294)

* feat: add rotate gesture for macOS

* docs: document change

* refactor: rename 'rotate' -> 'rotate-gesture'

* refactor: const float -> float

* forgot one 🤦‍♂️
This commit is contained in:
Erick Zhao 2019-07-23 12:42:26 -07:00 committed by Charles Kerr
parent 2e3d757f46
commit 2c383b51c1
7 changed files with 29 additions and 0 deletions

View file

@ -78,6 +78,7 @@ class NativeWindowObserver : public base::CheckedObserver {
virtual void OnWindowScrollTouchBegin() {}
virtual void OnWindowScrollTouchEnd() {}
virtual void OnWindowSwipe(const std::string& direction) {}
virtual void OnWindowRotateGesture(float rotation) {}
virtual void OnWindowSheetBegin() {}
virtual void OnWindowSheetEnd() {}
virtual void OnWindowEnterFullScreen() {}