From aaf8ef1c89ecda2052630b1b3c71b215cf4de6dc Mon Sep 17 00:00:00 2001 From: Corentin Schreiber Date: Thu, 20 Aug 2020 21:43:13 +0100 Subject: [PATCH] Updated Cursor documentation for colored cursors on Unix --- include/SFML/Window/Cursor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SFML/Window/Cursor.hpp b/include/SFML/Window/Cursor.hpp index c5d90d95d..ea29c5047 100644 --- a/include/SFML/Window/Cursor.hpp +++ b/include/SFML/Window/Cursor.hpp @@ -129,7 +129,8 @@ public: /// position is. Any mouse actions that are performed will /// return the window/screen location of the hotspot. /// - /// \warning On Unix, the pixels are mapped into a monochrome + /// \warning On Unix platforms which do not support colored + /// cursors, the pixels are mapped into a monochrome /// bitmap: pixels with an alpha channel to 0 are /// transparent, black if the RGB channel are close /// to zero, and white otherwise.