From 46843d84f78effb803f690f4bfba9efacbbbbf59 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Mon, 11 Jul 2011 08:01:48 +0200 Subject: [PATCH] Fixed typo in comments --- include/SFML/Window/Mouse.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.