First shot at SDL_SetWindowDragAreas().

Only Cocoa implemented right now.

--HG--
extra : amend_source : b178ad0ae25b933b284ed1bda89df750ddd27fb3
This commit is contained in:
Ryan C. Gordon 2014-05-27 01:27:42 -04:00
parent 5f9c366fe2
commit cce4ce44d4
11 changed files with 249 additions and 2 deletions

View file

@ -580,3 +580,4 @@
#define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPathUTF8_REAL
#define SDL_WinRTRunApp SDL_WinRTRunApp_REAL
#define SDL_CaptureMouse SDL_CaptureMouse_REAL
#define SDL_SetWindowDragAreas SDL_SetWindowDragAreas_REAL