From aa4f0681db4ecdd582921db6305e323ec3e385e1 Mon Sep 17 00:00:00 2001 From: Renaud Durlin Date: Sun, 30 Aug 2015 23:14:12 +0200 Subject: [PATCH] Fix typo in comment --- include/SFML/Window/Touch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/Touch.hpp b/include/SFML/Window/Touch.hpp index bf44f431..ae61c7ca 100644 --- a/include/SFML/Window/Touch.hpp +++ b/include/SFML/Window/Touch.hpp @@ -71,7 +71,7 @@ public: /// \brief Get the current position of a touch in window coordinates /// /// This function returns the current touch position - /// in global (desktop) coordinates. + /// relative to the given window. /// /// \param finger Finger index /// \param relativeTo Reference window