Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-03-23 17:17:45
Size: 995
Editor: SheenaSmith
Comment: minor change
Revision 4 as of 2014-03-10 23:15:28
Size: 963
Comment: Changed external link to internal link.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''name'''||the hint to set; see the list of hints on [[http://wiki.libsdl.org/moin.cgi/CategoryHints#Hints|CategoryHints]] for details|| ||'''name'''||the hint to set; see the list of hints on [[CategoryHints#Hints|CategoryHints]] for details||

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

Return Value

Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.

Code Examples

You can add your code example here

Remarks

Hints will not be set if there is an existing override hint or environment variable that takes precedence. You can use SDL_SetHintWithPriority() to set the hint with override priority instead.


CategoryAPI, CategoryHints

None: SDL_SetHint (last edited 2014-08-04 19:02:51 by PhilippWiesemann)

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