|
Size: 847
Comment:
|
Size: 848
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. | Returns 0 on success, or a negative error code on failure; call [[SDL_GetError]]() for more information. |
DRAFT |
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. Many SDL functions use this standard text (remove if not applicable): 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
