aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-25 08:23:51 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-25 08:23:51 +0100
commit34bb15107a71fa4c6ab2114013b1de6b38554e78 (patch)
tree6e548135914e133fce6ab9651399b496c76fab4a /include
parent21ba55df6e75a5c03b4ecbb790fa1174d1de10fd (diff)
downloadYAGE-34bb15107a71fa4c6ab2114013b1de6b38554e78.tar.gz
YAGE-34bb15107a71fa4c6ab2114013b1de6b38554e78.zip
Matrices now print properly
Diffstat (limited to 'include')
-rw-r--r--include/YAGE/inputmanager.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/YAGE/inputmanager.hpp b/include/YAGE/inputmanager.hpp
index 7f49c3b3..fc9e5479 100644
--- a/include/YAGE/inputmanager.hpp
+++ b/include/YAGE/inputmanager.hpp
@@ -8,11 +8,9 @@ namespace yage
class InputManager
{
- // member variables
private:
std::unordered_map<unsigned, bool> key_map_;
- // member functions
public:
void keyPressed(unsigned key);
void keyReleased(unsigned key);