mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
update Window documentation
removed part of the sentence that stated that cursor grabbing is different for fullscreen windows as this is not the case.
This commit is contained in:
parent
946dbce6c4
commit
1424fa4dc3
@ -354,9 +354,7 @@ public:
|
|||||||
/// If set, grabs the mouse cursor inside this window's client
|
/// If set, grabs the mouse cursor inside this window's client
|
||||||
/// area so it may no longer be moved outside its bounds.
|
/// area so it may no longer be moved outside its bounds.
|
||||||
/// Note that grabbing is only active while the window has
|
/// Note that grabbing is only active while the window has
|
||||||
/// focus and calling this function for fullscreen windows
|
/// focus.
|
||||||
/// won't have any effect (fullscreen windows always grab the
|
|
||||||
/// cursor).
|
|
||||||
///
|
///
|
||||||
/// \param grabbed True to enable, false to disable
|
/// \param grabbed True to enable, false to disable
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user