First shot at SDL_SetWindowDragAreas().

Only Cocoa implemented right now.
This commit is contained in:
Ryan C. Gordon 2014-05-27 01:27:42 -04:00
parent b7f90442df
commit 3cbc83ef11
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