summaryrefslogtreecommitdiff
path: root/include/SFML/Window/Event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Window/Event.hpp')
-rw-r--r--include/SFML/Window/Event.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SFML/Window/Event.hpp b/include/SFML/Window/Event.hpp
index 7bfd610..9261785 100644
--- a/include/SFML/Window/Event.hpp
+++ b/include/SFML/Window/Event.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2017 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -257,7 +257,7 @@ public:
/// filled; all other members will have undefined values and must not
/// be read if the type of the event doesn't match. For example,
/// if you received a KeyPressed event, then you must read the
-/// event.key member, all other members such as event.MouseMove
+/// event.key member, all other members such as event.mouseMove
/// or event.text will have undefined values.
///
/// Usage example: