feat: support mouse-move
event of Tray API on Windows (#19265)
* add Tray.mouse-move on win * change docs
This commit is contained in:
parent
9711fc895e
commit
2467350180
4 changed files with 15 additions and 1 deletions
|
@ -44,6 +44,9 @@ class NotifyIcon : public TrayIcon {
|
|||
bool left_button_click,
|
||||
bool double_button_click);
|
||||
|
||||
// Handles a mouse move event from the user.
|
||||
void HandleMouseMoveEvent(int modifiers);
|
||||
|
||||
// Re-creates the status tray icon now after the taskbar has been created.
|
||||
void ResetIcon();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue