DRAFT |
SDL_ClearHints
Use this function to clear all hints.
Syntax
void SDL_ClearHints(void)
Code Examples
You can add your code example here
Remarks
This function is called during SDL_Quit() to free stored hints.
DRAFT |
Use this function to clear all hints.
void SDL_ClearHints(void)
You can add your code example here
This function is called during SDL_Quit() to free stored hints.