No need to use scoped_nsobject for id
This commit is contained in:
parent
059d97e1aa
commit
a83aee90e5
3 changed files with 23 additions and 11 deletions
|
@ -307,6 +307,14 @@ someWindow.on('app-command', function(e, cmd) {
|
|||
});
|
||||
```
|
||||
|
||||
### Event: 'scroll-touch-begin' _OS X_
|
||||
|
||||
Emitted when scroll wheel event phase has begun.
|
||||
|
||||
### Event: 'scroll-touch-end' _OS X_
|
||||
|
||||
Emitted when scroll wheel event phase has ended.
|
||||
|
||||
## Methods
|
||||
|
||||
The `BrowserWindow` object has the following methods:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue