Gabriel Jacobo
|
1ed1f7f2e3
|
Fixes #2611 #2610, Touch events cause crash on Android, thanks Alvin & Sylvain
This bug was introduced on this rev: https://hg.libsdl.org/SDL/rev/42f6bd8c8575
|
2014-06-28 12:36:44 -03:00 |
|
Ryan C. Gordon
|
4318910e02
|
Whoops, lost this in the merge.
|
2014-06-25 17:20:22 -04:00 |
|
Ryan C. Gordon
|
b29740b88f
|
Merged Ryan's SDL-gui-backend branch.
Adds three APIs, and implements them on X11, Cocoa, and Windows:
- SDL_CaptureMouse()
- SDL_GetGlobalMouseState()
- SDL_SetWindowHitTest()
|
2014-06-25 17:06:12 -04:00 |
|
Ryan C. Gordon
|
8436956711
|
Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
This matches naming conventions in the main repository, between
SDL_GetRelativeMouseState() and SDL_WarpMouseGlobal().
|
2014-06-25 16:16:55 -04:00 |
|
Ryan C. Gordon
|
b861efde14
|
Implemented SDL_GetAbsoluteMouseState().
X11 only for now, but this should be doable on every platform, I think.
|
2014-06-05 00:03:33 -04:00 |
|
Ryan C. Gordon
|
264eb4bbed
|
Added some (harmlessly) missing braces.
|
2014-06-05 00:02:42 -04:00 |
|
Sam Lantinga
|
45ed5ee494
|
Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal()
|
2014-06-04 10:55:26 -07:00 |
|
Ryan C. Gordon
|
b7d2c0e9d6
|
Implemented SDL_CaptureMouse().
|
2014-05-24 01:30:37 -04:00 |
|
Ryan C. Gordon
|
846a3e0776
|
Added some FIXMEs.
|
2014-05-24 01:27:19 -04:00 |
|
Philipp Wiesemann
|
ca11d7c8b5
|
Changed C++ style comments to fix pedantic warnings.
|
2014-05-17 22:02:25 +02:00 |
|
David Ludwig
|
3dcb451f85
|
Added a README file regarding WinRT support
To note, this file is currently formatted with CRLF line endings, rather than
LF, to allow the file to be viewed with Notepad.
|
2014-04-09 21:29:19 -04:00 |
|