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

@ -612,3 +612,4 @@ SDL_DYNAPI_PROC(const wchar_t*,SDL_WinRTGetFSPathUNICODE,(SDL_WinRT_Path a),(a),
SDL_DYNAPI_PROC(const char*,SDL_WinRTGetFSPathUTF8,(SDL_WinRT_Path a),(a),return)
SDL_DYNAPI_PROC(int,SDL_WinRTRunApp,(int a, char **b, void *c),(a,b,c),return)
#endif
SDL_DYNAPI_PROC(int,SDL_CaptureMouse,(SDL_bool a),(a),return)