win: Pass modifers in 'clicked' events

This commit is contained in:
Cheng Zhao 2015-07-29 13:10:51 +08:00
parent 74248253f5
commit d42fd6fc7e
3 changed files with 19 additions and 3 deletions

View file

@ -34,6 +34,7 @@ class NotifyIcon : public TrayIcon {
// there is a registered observer, passes the click event to the observer,
// otherwise displays the context menu if there is one.
void HandleClickEvent(const gfx::Point& cursor_pos,
int modifiers,
bool left_button_click,
bool double_button_click);