feat: support mouse-move event of Tray API on Windows (#19265)

* add Tray.mouse-move on win

* change docs
This commit is contained in:
Micha Hanselmann 2019-07-18 10:52:15 -07:00 committed by Shelley Vohr
parent 9711fc895e
commit 2467350180
4 changed files with 15 additions and 1 deletions

View file

@ -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();