|
⇤ ← Revision 1 as of 2009-12-14 06:58:02
Size: 729
Comment: create page, add content
|
Size: 979
Comment: added RFs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| SDL_Rect``Empty (=define), SDL_Rect``Equals (=define) (\sa in header; should these be in Remarks?) |
|
| Line 22: | Line 24: |
| .[[SDL_DirtyTexture]]? | |
| Line 23: | Line 26: |
| .[[SDL_GetDisplayBounds]]? | |
| Line 25: | Line 29: |
| .[[SDL_LockTexture]]? .[[SDL_RenderCopy]]? .[[SDL_RenderReadPixels]]? .[[SDL_RenderRect]]? .[[SDL_RenderRects]]? .[[SDL_RenderWritePixels]]? |
|
| Line 26: | Line 36: |
SDL_Rect``Empty (define) SDL_Rect``Equals (define) (should these be in Remarks?) |
.[[SDL_UpdateTexture]]? |
SDL_Rect
A structure that defines a rectangle, with the origin at the upper left.
Data Fields
int |
x, y |
the x and y location of the rectangle's upper left corner |
int |
w, h |
the width (w) and height (h) of the rectangle |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
SDL_RectEmpty (=define), SDL_RectEquals (=define) (\sa in header; should these be in Remarks?)
