Wiki Page Content

Revision 1 as of 2011-03-03 17:07:41

Clear message

DRAFT

SDL_SetHint

Use this function to set a hint with normal priority.

Syntax

SDL_bool SDL_SetHint(const char* name,
                     const char* value)

Function Parameters

name

the hint to set; see the list of Hints on CategoryHints for details

value

the value of the hint variable; see the individual Hint for details

Return Value

Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryHints

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