mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-09 07:18:45 -04:00
Add Surface and Rect categories
parent
f6a1187c09
commit
1b9cb5d202
12
Completeness-CategoryRect.md
Normal file
12
Completeness-CategoryRect.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Rectangle Functions
|
||||
|
||||
| ☑ | Function | libSDL2pp method(s) / Notes |
|
||||
|:-:|--------------------------------|-----------------------------|
|
||||
| ☐ | SDL_EnclosePoints | |
|
||||
| ☐ | SDL_HasIntersection | |
|
||||
| ☐ | SDL_IntersectRect | |
|
||||
| ☐ | SDL_IntersectRectAndLine | |
|
||||
| ☐ | SDL_PointInRect | |
|
||||
| ☐ | SDL_RectEmpty | |
|
||||
| ☐ | SDL_RectEquals | |
|
||||
| ☐ | SDL_UnionRect | |
|
35
Completeness-CategorySurface.md
Normal file
35
Completeness-CategorySurface.md
Normal file
@ -0,0 +1,35 @@
|
||||
# Surface Creation and Simple Drawing
|
||||
|
||||
| ☑ | Function | libSDL2pp method(s) / Notes |
|
||||
|:-:|--------------------------------|-----------------------------|
|
||||
| ☐ | SDL_BlitScaled | |
|
||||
| ☐ | SDL_BlitSurface | |
|
||||
| ☐ | SDL_ConvertPixels | |
|
||||
| ☐ | SDL_ConvertSurface | |
|
||||
| ☐ | SDL_ConvertSurfaceFormat | |
|
||||
| ☑ | SDL_CreateRGBSurface | Surface::Surface() |
|
||||
| ☑ | SDL_CreateRGBSurfaceFrom | Surface::Surface() |
|
||||
| ☐ | SDL_FillRect | |
|
||||
| ☐ | SDL_FillRects | |
|
||||
| ☑ | SDL_FreeSurface | Surface::~Surface() |
|
||||
| ☐ | SDL_GetClipRect | |
|
||||
| ☐ | SDL_GetColorKey | |
|
||||
| ☐ | SDL_GetSurfaceAlphaMod | |
|
||||
| ☐ | SDL_GetSurfaceBlendMode | |
|
||||
| ☐ | SDL_GetSurfaceColorMod | |
|
||||
| ☐ | SDL_LoadBMP | |
|
||||
| ☐ | SDL_LoadBMP_RW | |
|
||||
| ☐ | SDL_LockSurface | |
|
||||
| ☐ | SDL_LowerBlit | |
|
||||
| ☐ | SDL_LowerBlitScaled | |
|
||||
| ☐ | SDL_MUSTLOCK | |
|
||||
| ☐ | SDL_SaveBMP | |
|
||||
| ☐ | SDL_SaveBMP_RW | |
|
||||
| ☐ | SDL_SetClipRect | |
|
||||
| ☐ | SDL_SetColorKey | |
|
||||
| ☐ | SDL_SetSurfaceAlphaMod | |
|
||||
| ☐ | SDL_SetSurfaceBlendMode | |
|
||||
| ☐ | SDL_SetSurfaceColorMod | |
|
||||
| ☐ | SDL_SetSurfacePalette | |
|
||||
| ☐ | SDL_SetSurfaceRLE | |
|
||||
| ☐ | SDL_UnlockSurface | |
|
@ -11,6 +11,8 @@ Note that it's always possible to use native SDL2 functions with SDL2pp, as all
|
||||
|
||||
- [[Display and Window Management|Completeness/CategoryVideo]]
|
||||
- [[2D Accelerated Rendering|Completeness/CategoryRender]]
|
||||
- [[Rectangle Functions|Completeness/CategoryRect]]
|
||||
- [[Surface Creation and Simple Drawing|Completeness/CategorySurface]]
|
||||
|
||||
## Input Events
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user