From eadd0b159601478e59669202852d7ebdb789e71c Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Wed, 6 Jun 2012 22:06:45 +0200 Subject: [PATCH] Minor corrections in API doc --- 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 41edb3be..862ffee0 100644 --- a/include/SFML/Window/Mouse.hpp +++ b/include/SFML/Window/Mouse.hpp @@ -142,7 +142,7 @@ public : /// moved, pressed or released when your window is out of focus /// and no event is triggered. /// -/// The SetPosition and GetPosition functions can be used to change +/// The setPosition and getPosition functions can be used to change /// or retrieve the current position of the mouse pointer. There are /// two versions: one that operates in global coordinates (relative /// to the desktop) and one that operates in window coordinates