|
Size: 622
Comment: format changes
|
Size: 709
Comment: edit format and content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
||'''param'''||Something passed to SDL_FunctionName|| |
||'''param'''||description|| |
| Line 19: | Line 18: |
A value returned by SDL_FunctionName |
Remove this section if there is no Return Value Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. |
SDL_FunctionName
Use this function to /insert short function description here/.
Contents
Syntax
value SDL_FunctionName (param)
Function Parameters
param |
description |
Return Value
Remove this section if there is no Return Value 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
