From d2b34e1d51d04288274eca0151de959817f037a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Feb 2014 02:00:20 +0300 Subject: Move key into input directory. --- src/input/keyinput.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/input/keyinput.h') 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 @@ -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. -- cgit v1.2.3-60-g2f50