diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-03 00:00:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-03 00:00:28 +0300 |
commit | e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f (patch) | |
tree | c9a1ed0ef0d9b15a1b3d617f9a17999bed768ff7 /src/guichan/include | |
parent | 0b228c1ed05177a761dce44df31f087c0313dc64 (diff) | |
download | plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.gz plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.bz2 plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.xz plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.zip |
Add support for relative mouse move in android version.
Diffstat (limited to 'src/guichan/include')
-rw-r--r-- | src/guichan/include/guichan/mouseinput.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/mouseinput.hpp b/src/guichan/include/guichan/mouseinput.hpp index ab286cac1..a2911f1d4 100644 --- a/src/guichan/include/guichan/mouseinput.hpp +++ b/src/guichan/include/guichan/mouseinput.hpp @@ -61,7 +61,7 @@ namespace gcn * @author Per Larsson * @since 0.1.0 */ - class GCN_CORE_DECLSPEC MouseInput final + class GCN_CORE_DECLSPEC MouseInput { public: |