diff --git a/include/SFML/Window/Mouse.hpp b/include/SFML/Window/Mouse.hpp index f5d07966..4642d321 100644 --- a/include/SFML/Window/Mouse.hpp +++ b/include/SFML/Window/Mouse.hpp @@ -105,7 +105,7 @@ public : static void SetPosition(const Vector2i& position); //////////////////////////////////////////////////////////// - /// \brief Get the current position of the mouse in window coordinates + /// \brief Set the current position of the mouse in window coordinates /// /// This function sets the current position of the mouse /// cursor, relative to the given window.