DRAFT |
SDL_SetHint
Use this function to set a hint with normal priority.
Contents
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
