Wiki Page Content

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

SDL_GetHint

Use this function to get the value of a hint.

Syntax

const char* SDL_GetHint(const char* name)

Function Parameters

name

the hint to query; see the list of hints on CategoryHints for details

Return Value

Returns the string value of a hint or NULL if the hint isn't set.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryHints

None: SDL_GetHint (last edited 2014-03-10 23:15:07 by PhilippWiesemann)

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