summaryrefslogtreecommitdiff
path: root/src/SFML/Window/OSX/WindowImplDelegateProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/OSX/WindowImplDelegateProtocol.h')
-rw-r--r--src/SFML/Window/OSX/WindowImplDelegateProtocol.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/SFML/Window/OSX/WindowImplDelegateProtocol.h b/src/SFML/Window/OSX/WindowImplDelegateProtocol.h
index 0c4595c..4e0c327 100644
--- a/src/SFML/Window/OSX/WindowImplDelegateProtocol.h
+++ b/src/SFML/Window/OSX/WindowImplDelegateProtocol.h
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2015 Marco Antognini (antognini.marco@gmail.com),
+// Copyright (C) 2007-2016 Marco Antognini (antognini.marco@gmail.com),
// Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
@@ -97,6 +97,14 @@ namespace sf {
-(BOOL)isMouseInside;
////////////////////////////////////////////////////////////
+/// \brief Grab or release the mouse cursor
+///
+/// \param grabbed YES to grab, NO to release
+///
+////////////////////////////////////////////////////////////
+-(void)setCursorGrabbed:(BOOL)grabbed;
+
+////////////////////////////////////////////////////////////
/// \brief Get window position
///
/// \return Top left corner of the window or view