Implemented SDL_CaptureMouse().

This commit is contained in:
Ryan C. Gordon 2014-05-24 01:30:37 -04:00
parent 846a3e0776
commit b7d2c0e9d6
11 changed files with 174 additions and 38 deletions

View file

@ -579,3 +579,4 @@
#define SDL_WinRTGetFSPathUNICODE SDL_WinRTGetFSPathUNICODE_REAL
#define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPathUTF8_REAL
#define SDL_WinRTRunApp SDL_WinRTRunApp_REAL
#define SDL_CaptureMouse SDL_CaptureMouse_REAL