SFML/include/SFML
Mario Liebisch f7dcc10a70 Added ability to grab the cursor (w/ Windows impl.)
* When grabbed, the mouse cursor may not be moved outside a window's client frame.
 * Fullscreen windows always grab the mouse cursor.
 * The effect is only active while the SFML window is the active
foreground window.
 * Right now this is only implemented for Windows.

Signed-off-by: Marco Antognini <antognini.marco@gmail.com>
2016-07-18 01:18:42 +02:00
..
Audio Implemented stereo audio recording. 2016-05-08 23:29:25 +02:00
Graphics Fixed some typos 2016-06-14 23:12:43 +02:00
Network Fixed FTP directory listing blocking forever if both expected responses are read from the command socket in a single call. (#1025) 2016-06-04 22:55:57 +02:00
System Android: Added sf::getNativeActivity() to retrieve a handle to the current activity 2016-04-22 15:53:14 +02:00
Window Added ability to grab the cursor (w/ Windows impl.) 2016-07-18 01:18:42 +02:00
Audio.hpp Fix whitespace: Convert tabs to spaces and remove trailing whitespace. 2015-04-15 01:53:43 +02:00
Config.hpp Added SFML_DEPRECATED macro for cross-platform class/function deprecation 2015-10-19 17:39:38 +02:00
Graphics.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00
Main.hpp Updated copyright year and Laurent's email address 2015-03-02 13:41:54 -05:00
Network.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00
OpenGL.hpp Removed support for GLU. 2015-03-23 16:16:06 +01:00
System.hpp Fix whitespace: Convert tabs to spaces and remove trailing whitespace. 2015-04-15 01:53:43 +02:00
Window.hpp Added missing includes in the general headers. 2015-04-02 18:52:27 +02:00