rebuilt SDL2 for OSX/Win from mainstream SDL repo, hg-12191:3c9c784e85bb

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1591 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2018-09-17 17:15:26 +00:00
parent 1090e2e1e6
commit 06e6f01fdc
7 changed files with 24 additions and 4 deletions

View File

@ -262,6 +262,16 @@ extern "C" {
*/
#define SDL_HINT_GRAB_KEYBOARD "SDL_GRAB_KEYBOARD"
/**
* \brief A variable setting the double click time, in milliseconds.
*/
#define SDL_HINT_MOUSE_DOUBLE_CLICK_TIME "SDL_MOUSE_DOUBLE_CLICK_TIME"
/**
* \brief A variable setting the double click radius, in pixels.
*/
#define SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS "SDL_MOUSE_DOUBLE_CLICK_RADIUS"
/**
* \brief A variable setting the speed scale for mouse motion, in floating point, when the mouse is not in relative mode
*/

View File

@ -1,2 +1,2 @@
#define SDL_REVISION "hg-12184:02509665751f"
#define SDL_REVISION_NUMBER 12184
#define SDL_REVISION "hg-12191:3c9c784e85bb"
#define SDL_REVISION_NUMBER 12191

View File

@ -262,6 +262,16 @@ extern "C" {
*/
#define SDL_HINT_GRAB_KEYBOARD "SDL_GRAB_KEYBOARD"
/**
* \brief A variable setting the double click time, in milliseconds.
*/
#define SDL_HINT_MOUSE_DOUBLE_CLICK_TIME "SDL_MOUSE_DOUBLE_CLICK_TIME"
/**
* \brief A variable setting the double click radius, in pixels.
*/
#define SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS "SDL_MOUSE_DOUBLE_CLICK_RADIUS"
/**
* \brief A variable setting the speed scale for mouse motion, in floating point, when the mouse is not in relative mode
*/

View File

@ -1,2 +1,2 @@
#define SDL_REVISION "hg-12184:02509665751f"
#define SDL_REVISION_NUMBER 12184
#define SDL_REVISION "hg-12191:3c9c784e85bb"
#define SDL_REVISION_NUMBER 12191

Binary file not shown.

Binary file not shown.