|
⇤ ← Revision 1 as of 2011-03-03 17:14:13
Size: 755
Comment: create page - 2/28 changeset 5421 (2/5 5189)
|
Size: 757
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.
Contents
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
