diff --git a/include/SFML/Window/WindowBase.hpp b/include/SFML/Window/WindowBase.hpp index d2a3a53dc..54e4ce24e 100644 --- a/include/SFML/Window/WindowBase.hpp +++ b/include/SFML/Window/WindowBase.hpp @@ -439,6 +439,9 @@ public: /// /// The mouse cursor is visible by default. /// + /// \warning On Windows, this function needs to be called from the + /// thread that created the window. + /// /// \param visible `true` to show the mouse cursor, `false` to hide it /// ////////////////////////////////////////////////////////////