Get the value of a hint.
Defined in SDL_hints.h
const char * SDL_GetHint(const char *name);
const char * | name | the hint to query. |
(const char *) Returns the string value of a hint or NULL if the hint isn't set.
This function is available since SDL 2.0.0.