Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.48 KB

SDLFunctionTemplate.mediawiki

File metadata and controls

53 lines (31 loc) · 1.48 KB

Table of Contents

Draft

THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!

SDL_Function

Use this function to ******.

Syntax

<syntaxhighlight lang="c++"> value SDL_FunctionName(param) </syntaxhighlight>

Function Parameters

param description

Return Value

Returns ......; call SDL_GetError() for more information.

Version

This function is available in SDL 2.X.Y

Related Functions

SDL_OtherFunction

CategoryAPI, CategoryHeader, CategoryDraft