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 340ebfb272
commit 68850d331f

View File

@ -354,9 +354,7 @@ public:
/// If set, grabs the mouse cursor inside this window's client
/// area so it may no longer be moved outside its bounds.
/// Note that grabbing is only active while the window has
/// focus and calling this function for fullscreen windows
/// won't have any effect (fullscreen windows always grab the
/// cursor).
/// focus.
///
/// \param grabbed True to enable, false to disable
///