diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-21 01:37:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-21 01:37:40 +0300 |
commit | 05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (patch) | |
tree | d8a4624bd4da59f76921cc923b17a9bbbbf37d66 /src/events/inputguievent.h | |
parent | 711007a87da954004ee9fae60c1fa2a64555a3b1 (diff) | |
download | mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2 mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip |
Remove extra spaces at line ends.
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r-- | src/events/inputguievent.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index 282cfbc54..ea5b735b1 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -89,9 +89,9 @@ class InputGuiEvent: public Event /** * Marks the event as consumed. Input event listeners may discard * consumed input or act on consumed input. An example of a widget - * that discards consumed input is the ScrollArea widget that - * discards consumed mouse wheel events so the ScrollArea will not - * scroll if for instance a Slider's value inside the ScrollArea was + * that discards consumed input is the ScrollArea widget that + * discards consumed mouse wheel events so the ScrollArea will not + * scroll if for instance a Slider's value inside the ScrollArea was * changed with the mouse wheel. * * @see isConsumed @@ -102,7 +102,7 @@ class InputGuiEvent: public Event /** * Checks if the input event is consumed. * - * @return True if the input event is consumed, + * @return True if the input event is consumed, * false otherwise. * @see consume */ @@ -111,7 +111,7 @@ class InputGuiEvent: public Event protected: /** - * True if the input event is consumed, + * True if the input event is consumed, * false otherwise. */ bool mIsConsumed; |