SDL_Rect: Added floating point versions of all the rectangle APIs.

Fixes #5110.
This commit is contained in:
Ryan C. Gordon
2022-03-19 10:27:31 -04:00
parent 4d9bef604a
commit d81fee7623
6 changed files with 608 additions and 470 deletions

View File

@@ -859,3 +859,8 @@
#define SDL_GetTouchName SDL_GetTouchName_REAL
#define SDL_ClearComposition SDL_ClearComposition_REAL
#define SDL_IsTextInputShown SDL_IsTextInputShown_REAL
#define SDL_HasIntersectionF SDL_HasIntersectionF_REAL
#define SDL_IntersectFRect SDL_IntersectFRect_REAL
#define SDL_UnionFRect SDL_UnionFRect_REAL
#define SDL_EncloseFPoints SDL_EncloseFPoints_REAL
#define SDL_IntersectFRectAndLine SDL_IntersectFRectAndLine_REAL