diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-23 22:33:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-23 22:33:00 +0300 |
commit | 7863473dc201f4a497669cbf69875eb6e9389273 (patch) | |
tree | b80920475c72e64951798541274ca13b084c6ae6 /src/dyetool | |
parent | 50b6e25bb094fc1942028b711a9d9cc3ac491831 (diff) | |
download | plus-7863473dc201f4a497669cbf69875eb6e9389273.tar.gz plus-7863473dc201f4a497669cbf69875eb6e9389273.tar.bz2 plus-7863473dc201f4a497669cbf69875eb6e9389273.tar.xz plus-7863473dc201f4a497669cbf69875eb6e9389273.zip |
Add chat command for simulate mouse click by any position and button.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/chat.cpp b/src/dyetool/actions/chat.cpp index 3d5dcf5c7..bf57c1c49 100644 --- a/src/dyetool/actions/chat.cpp +++ b/src/dyetool/actions/chat.cpp @@ -63,5 +63,6 @@ impHandlerVoid(chatClipboard) impHandlerVoid(guildNotice) impHandlerVoid(translate) impHandlerVoid(sendGuiKey) +impHandlerVoid(sendMouseKey) } // namespace Actions |