Added SDL_GetDisplayUsableBounds().

--HG--
extra : histedit_source : 3c9c2d344e3e3ff20bd86035066b65810346ac3e
This commit is contained in:
Ryan C. Gordon 2016-01-04 23:52:40 -05:00
parent 4aa26b888f
commit 6a3cfbf68f
20 changed files with 228 additions and 1 deletions

View file

@ -631,3 +631,4 @@ SDL_DYNAPI_PROC(int,SDL_GetDisplayDPI,(int a, float *b, float *c, float *d),(a,b
SDL_DYNAPI_PROC(SDL_JoystickPowerLevel,SDL_JoystickCurrentPowerLevel,(SDL_Joystick *a),(a),return)
SDL_DYNAPI_PROC(SDL_GameController*,SDL_GameControllerFromInstanceID,(SDL_JoystickID a),(a),return)
SDL_DYNAPI_PROC(SDL_Joystick*,SDL_JoystickFromInstanceID,(SDL_JoystickID a),(a),return)
SDL_DYNAPI_PROC(int,SDL_GetDisplayUsableBounds,(int a, SDL_Rect *b),(a,b),return)