Add IsSwipeTrackingFromScrollEventsEnabled in system prefs

This commit is contained in:
Anthony Tseng 2016-08-03 10:27:56 +08:00
parent beca2d26f3
commit e0c0e3e5f7
7 changed files with 17 additions and 18 deletions

View file

@ -13,6 +13,10 @@ console.log(systemPreferences.isDarkMode())
This method returns `true` if the system is in Dark Mode, and `false` otherwise.
### `systemPreferences.isSwipeTrackingFromScrollEventsEnabled()` _macOS_
This method returns `true` if the Swipe between pages setting is on, and `false` otherwise.
### `systemPreferences.subscribeNotification(event, callback)` _macOS_
* `event` String