diff options
Diffstat (limited to 'src/input/mouseinput.h')
-rw-r--r-- | src/input/mouseinput.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h index 8470bc00d..7711381fa 100644 --- a/src/input/mouseinput.h +++ b/src/input/mouseinput.h @@ -169,18 +169,18 @@ class MouseInput final */ MouseButtonT mButton; - /** - * Holds the timestamp of the mouse input. Used to + /** + * Holds the timestamp of the mouse input. Used to * check for double clicks. */ int mTimeStamp; - /** + /** * Holds the x coordinate of the mouse input. */ int mX; - /** + /** * Holds the y coordinate of the mouse input. */ int mY; |