Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-03-03 17:14:13
Size: 755
Editor: SheenaSmith
Comment: create page - 2/28 changeset 5421 (2/5 5189)
Revision 2 as of 2011-03-23 17:09:28
Size: 757
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this function to get ^the value of^ a hint. Use this function to get the value of a hint.
Line 16: 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 [[http://wiki.libsdl.org/moin.cgi/CategoryHints#Hints|CategoryHints]] for details||
Line 19: Line 18:
Returns the string value of a hint variable. Returns the string value of a hint variable or NULL if the hint isn't set.
Line 31: Line 30:
 .[[SDL_SetHintWithPriority]]

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 variable 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