summaryrefslogtreecommitdiff
path: root/src/input/keyinput.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-17 02:00:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-17 02:00:20 +0300
commitd2b34e1d51d04288274eca0151de959817f037a2 (patch)
tree73fe2bccc54eb27884d1e1d78424c486e79d0111 /src/input/keyinput.h
parentb1a2e2bc36735e61d903f31fd2d541b082970392 (diff)
downloadplus-d2b34e1d51d04288274eca0151de959817f037a2.tar.gz
plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.bz2
plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.xz
plus-d2b34e1d51d04288274eca0151de959817f037a2.zip
Move key into input directory.
Diffstat (limited to 'src/input/keyinput.h')
-rw-r--r--src/input/keyinput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/keyinput.h b/src/input/keyinput.h
index 396d7c218..9920cfa17 100644
--- a/src/input/keyinput.h
+++ b/src/input/keyinput.h
@@ -64,7 +64,7 @@
#ifndef INPUT_KEYINPUT_H
#define INPUT_KEYINPUT_H
-#include "gui/base/key.hpp"
+#include "input/key.h"
#include <string>
@@ -110,12 +110,12 @@ class KeyInput final
return mType;
}
- void setKey(const gcn::Key& key)
+ void setKey(const Key& key)
{
mKey = key;
}
- const gcn::Key& getKey() const
+ const Key& getKey() const
{
return mKey;
}
@@ -196,7 +196,7 @@ class KeyInput final
/**
* Holds the key of the key input.
*/
- gcn::Key mKey;
+ Key mKey;
/**
* Holds the type of the key input.