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:
Hapaxia 2016-08-16 15:23:16 +01:00 committed by Lukas Dürrenberger
parent 946dbce6c4
commit 1424fa4dc3

View File

@ -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
/// ///