|
Size: 757
Comment: update content - w/ Sam; remove draft
|
Size: 748
Comment: minor change for consistency
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| Returns the string value of a hint variable or NULL if the hint isn't set. | Returns the string value of a hint or NULL if the hint isn't set. |
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 or NULL if the hint isn't set.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
