Scroll to navigation

SDL_ClearHints(3) SDL3 FUNCTIONS SDL_ClearHints(3)

NAME

SDL_ClearHints - Clear all hints.

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_ClearHints(void);

DESCRIPTION

This function is automatically called during SDL_Quit (), and deletes all callbacks without calling them and frees all memory associated with hints. If you're calling this from application code you probably want to call SDL_ResetHints () instead.

This function will be removed from the API the next time we rev the ABI.

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_ResetHints(3)

SDL 3.0.0 SDL