mac: Add "double-clicked" event for Tray.
This commit is contained in:
parent
ec1db0c7bb
commit
67cbecaba0
6 changed files with 17 additions and 1 deletions
|
@ -22,4 +22,8 @@ void TrayIcon::NotifyClicked() {
|
|||
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnClicked());
|
||||
}
|
||||
|
||||
void TrayIcon::NotifyDoubleClicked() {
|
||||
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnDoubleClicked());
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue