#pragma section-numbers off #pragma camelcase off = SDL_GetHint = Use this function to get the value of a hint. <> == Syntax == {{{#!highlight cpp const char* SDL_GetHint(const char* name) }}} == Function Parameters == ||'''name'''||the hint to query; see the list of hints on [[CategoryHints#Hints|CategoryHints]] for details|| == Return Value == Returns the string value of a hint or NULL if the hint isn't set. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetHint]] .[[SDL_SetHintWithPriority]] ---- [[CategoryAPI]], [[CategoryHints]]