|
⇤ ← Revision 1 as of 2010-09-27 05:46:55
Size: 610
Comment: create page, add content (9/25 changeset 4895)
|
Size: 535
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 5: |
| A structure that contains ^the definition / location of a point^. | A structure that defines a point. |
| Line 24: | Line 23: |
| .[[SDL_Rect]] |
SDL_Point
A structure that defines a point.
Data Fields
int |
x |
the x coordinate of the point |
int |
y |
the y coordinate of the point |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
