Add limitation info regarding setMouseCursorVisible

This commit is contained in:
Lukas Dürrenberger 2024-12-20 00:22:27 +01:00 committed by Chris Thrasher
parent c4d4e8f62a
commit 6f8655590e

View File

@ -439,6 +439,9 @@ public:
/// ///
/// The mouse cursor is visible by default. /// 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 /// \param visible `true` to show the mouse cursor, `false` to hide it
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////