SDL_RemoveHintCallback
Remove a function watching a particular hint.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Remove a function watching a particular hint.
#include <SDL3/SDL_hints.h>
void SDL_RemoveHintCallback(const char *name,
SDL_HintCallback callback,
void *userdata);
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.