win: Pass modifers in 'clicked' events
This commit is contained in:
parent
74248253f5
commit
d42fd6fc7e
3 changed files with 19 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue