#pragma section-numbers off #pragma camelcase off = SDL_ClearHints = Use this function to clear all hints. <> == Syntax == {{{#!highlight cpp void SDL_ClearHints(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function is automatically called during [[SDL_Quit]](). ---- [[CategoryAPI]], [[CategoryHints]]