From d83c6dd523827087681f019ebfca8798380dc968 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Feb 2014 22:36:48 +0300 Subject: fix code style. --- src/events/keyevent.h | 24 ++++++++++++------------ src/events/mouseevent.h | 18 +++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) (limited to 'src/events') diff --git a/src/events/keyevent.h b/src/events/keyevent.h index c0c950639..6ca3d87d8 100644 --- a/src/events/keyevent.h +++ b/src/events/keyevent.h @@ -103,19 +103,19 @@ class KeyEvent: public InputGuiEvent * @param key The key of the event. */ KeyEvent(gcn::Widget *const source, - const bool shiftPressed, - const bool controlPressed, - const bool altPressed, - const bool metaPressed, - const unsigned int type, - const bool numericPad, - const int actionId, - const Key &key) : + const bool shiftPressed, + const bool controlPressed, + const bool altPressed, + const bool metaPressed, + const unsigned int type, + const bool numericPad, + const int actionId, + const Key &key) : InputGuiEvent(source, - shiftPressed, - controlPressed, - altPressed, - metaPressed), + shiftPressed, + controlPressed, + altPressed, + metaPressed), mKey(key), #ifdef USE_SDL2 mText(), diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h index 9378faac6..fc8088341 100644 --- a/src/events/mouseevent.h +++ b/src/events/mouseevent.h @@ -97,15 +97,15 @@ class MouseEvent: public InputGuiEvent * It's set to zero if another button is used. */ MouseEvent(gcn::Widget *const source, - const bool shiftPressed, - const bool controlPressed, - const bool altPressed, - const bool metaPressed, - const unsigned int type, - const unsigned int button, - const int x, - const int y, - const int clickCount) : + const bool shiftPressed, + const bool controlPressed, + const bool altPressed, + const bool metaPressed, + const unsigned int type, + const unsigned int button, + const int x, + const int y, + const int clickCount) : InputGuiEvent(source, shiftPressed, controlPressed, -- cgit v1.2.3-70-g09d2