summaryrefslogtreecommitdiff
path: root/src/events/mouseevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
commit05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (patch)
treed8a4624bd4da59f76921cc923b17a9bbbbf37d66 /src/events/mouseevent.h
parent711007a87da954004ee9fae60c1fa2a64555a3b1 (diff)
downloadplus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip
Remove extra spaces at line ends.
Diffstat (limited to 'src/events/mouseevent.h')
-rw-r--r--src/events/mouseevent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h
index 9068440ff..c2f1d93cd 100644
--- a/src/events/mouseevent.h
+++ b/src/events/mouseevent.h
@@ -115,7 +115,7 @@ class MouseEvent: public InputGuiEvent
{ return mButton; }
/**
- * Gets the x coordinate of the mouse event.
+ * Gets the x coordinate of the mouse event.
* The coordinate relative to widget the mouse listener
* receiving the events have registered to.
*
@@ -126,7 +126,7 @@ class MouseEvent: public InputGuiEvent
{ return mX; }
/**
- * Gets the y coordinate of the mouse event.
+ * Gets the y coordinate of the mouse event.
* The coordinate relative to widget the mouse listener
* receiving the events have registered to.
*
@@ -191,8 +191,8 @@ class MouseEvent: public InputGuiEvent
* the protected member variables of this class and at the same time
* keep the MouseEvent class as const as possible. Gui needs to
* update the x och y coordinates for the coordinates to be relative
- * to widget the mouse listener receiving the events have registered
- * to.
+ * to widget the mouse listener receiving the events have registered
+ * to.
*/
friend class Gui;
};