diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-10 14:29:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-10 14:29:17 +0300 |
commit | 69eed0d99caea86486206f8d45705827f7a6fe19 (patch) | |
tree | 426c59b2e6cbf7724ad4a44d00df6c59fa1e0471 /src/gui/gui.h | |
parent | ad5bfca7d5df9201e5460e68ca149674bac5ac2c (diff) | |
download | plus-69eed0d99caea86486206f8d45705827f7a6fe19.tar.gz plus-69eed0d99caea86486206f8d45705827f7a6fe19.tar.bz2 plus-69eed0d99caea86486206f8d45705827f7a6fe19.tar.xz plus-69eed0d99caea86486206f8d45705827f7a6fe19.zip |
Add mouse move simulation. After char id to name mapping received, simulate mouse move.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 420e79734..1d1b80667 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -535,7 +535,6 @@ class Gui final }; extern Gui *gui; /**< The GUI system */ -extern SDLInput *guiInput; /**< GUI input */ /** * Bolded text font |