|
Size: 831
Comment: actual SDL_RenderGetClipRect page
|
Size: 861
Comment: Added link to SDL_RenderIsClipEnabled
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| SDL_Rect* rect); | SDL_Rect* rect) |
| Line 38: | Line 38: |
| .[[SDL_RenderIsClipEnabled]] |
SDL_RenderGetClipRect
Use this function to get the clip rectangle for the current target.
Syntax
void SDL_RenderGetClipRect(SDL_Renderer* renderer,
SDL_Rect* rect)
Function Parameters
renderer |
the rendering context |
rect |
an SDL_Rect structure filled in with the current clipping area |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
