tray: send tray icon position as payload onclick OSX

This commit is contained in:
deepak1556 2015-05-01 15:24:22 +05:30
parent 4608f5e9cd
commit 6d7d068e49
8 changed files with 26 additions and 9 deletions

View file

@ -46,6 +46,11 @@ Creates a new tray icon associated with the `image`.
### Event: 'clicked'
* `event`
* `point` Object
* `x` Integer
* `y` Integer
Emitted when the tray icon is clicked.
### Event: 'double-clicked'