Merge pull request #6686 from darkdh/swipe_prefs

Swipe back/forward should respect system preferences
This commit is contained in:
Cheng Zhao 2016-08-03 16:10:29 +09:00 committed by GitHub
commit 322fb97d8d
4 changed files with 17 additions and 0 deletions

View file

@ -40,6 +40,10 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences> {
void UnsubscribeLocalNotification(int request_id);
v8::Local<v8::Value> GetUserDefault(const std::string& name,
const std::string& type);
// On 10.7+, back and forward swipe gestures can be triggered using a scroll
// gesture, if enabled in System Preferences. This function returns true if
// the feature is supported and enabled, and false otherwise.
bool IsSwipeTrackingFromScrollEventsEnabled();
#endif
bool IsDarkMode();