Add support for dropped text in osx
This commit is contained in:
parent
43e9f30b21
commit
90f8a7e828
7 changed files with 27 additions and 1 deletions
|
@ -75,6 +75,7 @@ class TrayIcon {
|
|||
int modifiers = 0);
|
||||
void NotifyDrop();
|
||||
void NotifyDropFiles(const std::vector<std::string>& files);
|
||||
void NotifyDropText(const std::string& text);
|
||||
void NotifyDragEntered();
|
||||
void NotifyDragExited();
|
||||
void NotifyDragEnded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue