summaryrefslogtreecommitdiff
path: root/src/guichan/keyinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/keyinput.hpp')
-rw-r--r--src/guichan/keyinput.hpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/guichan/keyinput.hpp b/src/guichan/keyinput.hpp
index d3f85d27b..68c58fa0d 100644
--- a/src/guichan/keyinput.hpp
+++ b/src/guichan/keyinput.hpp
@@ -63,7 +63,14 @@ namespace gcn
/**
* Constructor.
*/
- KeyInput() { };
+ KeyInput() :
+ mType(0),
+ mShiftPressed(false),
+ mControlPressed(false),
+ mAltPressed(false),
+ mMetaPressed(false),
+ mNumericPad(false)
+ { };
/**
* Constructor.