mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(region): add SRgnIsRectInRegionf
This commit is contained in:
parent
d322f579a2
commit
c143493110
3 changed files with 105 additions and 0 deletions
|
|
@ -22,5 +22,7 @@ void SRgnGetRectsf(HSRGN handle, uint32_t* numRects, RECTF* buffer);
|
|||
|
||||
int32_t SRgnIsPointInRegionf(HSRGN handle, float x, float y);
|
||||
|
||||
int32_t SRgnIsRectInRegionf(HSRGN handle, const RECTF* rect);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue