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/gui/gui.h | |
parent | 711007a87da954004ee9fae60c1fa2a64555a3b1 (diff) | |
download | manaverse-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz manaverse-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2 manaverse-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz manaverse-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip |
Remove extra spaces at line ends.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index deb786b39..c27d7e8a8 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -253,7 +253,7 @@ class Gui final * Sets the graphics object to use for drawing. * * @param graphics The graphics object to use for drawing. - * @see getGraphics, AllegroGraphics, HGEGraphics, + * @see getGraphics, AllegroGraphics, HGEGraphics, * OpenLayerGraphics, OpenGLGraphics, SDLGraphics * @since 0.1.0 */ @@ -264,7 +264,7 @@ class Gui final * * @return The graphics object used for drawing. NULL if no * graphics object has been set. - * @see setGraphics, AllegroGraphics, HGEGraphics, + * @see setGraphics, AllegroGraphics, HGEGraphics, * OpenLayerGraphics, OpenGLGraphics, SDLGraphics * @since 0.1.0 */ @@ -395,8 +395,8 @@ class Gui final void distributeKeyEventToGlobalKeyListeners(KeyEvent& event); /** - * Handles modal mouse input focus. Modal mouse input focus needs - * to be checked at each logic iteration as it might be necessary to + * Handles modal mouse input focus. Modal mouse input focus needs + * to be checked at each logic iteration as it might be necessary to * distribute mouse entered or mouse exited events. * * @since 0.8.0 @@ -404,7 +404,7 @@ class Gui final void handleModalMouseInputFocus(); /** - * Handles modal focus. Modal focus needs to be checked at + * Handles modal focus. Modal focus needs to be checked at * each logic iteration as it might be necessary to distribute * mouse entered or mouse exited events. * |