feat: Add 'mouse-enter' and 'mouse-leave' Tray events for Windows. (#40072)
This commit is contained in:
parent
a31deea1ba
commit
925e4f7d74
5 changed files with 125 additions and 2 deletions
|
@ -50,6 +50,8 @@ class NotifyIcon : public TrayIcon {
|
|||
|
||||
// Handles a mouse move event from the user.
|
||||
void HandleMouseMoveEvent(int modifiers);
|
||||
void HandleMouseEntered(int modifiers);
|
||||
void HandleMouseExited(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