|
⇤ ← Revision 1 as of 2011-03-03 18:52:46
Size: 578
Comment: create page - 2/28 changeset 5421 (2/5 5189)
|
← Revision 2 as of 2011-03-23 17:06:19 ⇥
Size: 413
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 21: | Line 20: |
| This function is called during [[SDL_Quit]]() to free stored hints. == Related Functions == .[[SDL_Quit]] .[[SDL_SetHint]] ??? .[[SDL_SetHintWithPriority]] ??? |
This function is automatically called during [[SDL_Quit]](). |
SDL_ClearHints
Use this function to clear all hints.
Contents
Syntax
void SDL_ClearHints(void)
Code Examples
You can add your code example here
Remarks
This function is automatically called during SDL_Quit().
