diff options
Diffstat (limited to 'src/guichan/mouseinput.hpp')
-rw-r--r-- | src/guichan/mouseinput.hpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/guichan/mouseinput.hpp b/src/guichan/mouseinput.hpp index e441d0160..3825d5439 100644 --- a/src/guichan/mouseinput.hpp +++ b/src/guichan/mouseinput.hpp @@ -65,7 +65,13 @@ namespace gcn /** * Constructor. */ - MouseInput() { }; + MouseInput() : + mType(0), + mButton(0), + mTimeStamp(0), + mX(0), + mY(0) + { }; /** * Constructor. |