Remove a function watching a particular hint.
Defined in <SDL3/SDL_hints.h>
void SDL_RemoveHintCallback(const char *name,
SDL_HintCallback callback,void *userdata);
const char * | name | the hint being watched. |
SDL_HintCallback | callback | an SDL_HintCallback function that will be called when the hint value changes. |
void * | userdata | a pointer being passed to the callback function. |
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.