mirror of
https://github.com/SFML/SFML.git
synced 2025-01-18 15:25:12 +08:00
Add limitation info regarding setMouseCursorVisible
This commit is contained in:
parent
c4d4e8f62a
commit
6f8655590e
@ -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
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user