feat: add mouse-down & mouse-up to Tray (#21795)
This commit is contained in:
parent
5feafaceee
commit
5c6f9a6947
7 changed files with 54 additions and 0 deletions
|
@ -105,6 +105,10 @@ class TrayIcon {
|
|||
void NotifyDragEntered();
|
||||
void NotifyDragExited();
|
||||
void NotifyDragEnded();
|
||||
void NotifyMouseUp(const gfx::Point& location = gfx::Point(),
|
||||
int modifiers = 0);
|
||||
void NotifyMouseDown(const gfx::Point& location = gfx::Point(),
|
||||
int modifiers = 0);
|
||||
void NotifyMouseEntered(const gfx::Point& location = gfx::Point(),
|
||||
int modifiers = 0);
|
||||
void NotifyMouseExited(const gfx::Point& location = gfx::Point(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue