Wiki Page Content

Differences between revisions 10 and 11
Revision 10 as of 2009-12-10 07:01:14
Size: 758
Editor: SheenaSmith
Comment: edit format and content
Revision 11 as of 2009-12-10 07:03:46
Size: 765
Editor: SheenaSmith
Comment: edit formatting
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to /insert short function description here/. Use this function to /''insert short function description here''/.
Line 11: Line 11:
value SDL_FunctionName (param) value SDL_FunctionName(param)
Line 18: Line 18:
Remove this section if there is no return value.
''Many SDL functions use this standard text:''
''Remove this section if there is no return value.
Many SDL functions use this standard text:''
Line 28: Line 28:
You can add useful comments here ''You can add useful comments here''

SDL_FunctionName

Use this function to /insert short function description here/.

Syntax

value SDL_FunctionName(param)

Function Parameters

param

description

Return Value

Remove this section if there is no return value. Many SDL functions use this standard text: Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryHeader

None: SDLFunctionTemplate (last edited 2013-10-24 05:34:54 by Sam Lantinga)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit