SDL Wiki
(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_ResetHint

Reset a hint to the default value.

Syntax

SDL_bool SDL_ResetHint(const char *name);

Function Parameters

name the hint to set

Return Value

Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.

Remarks

This will reset a hint to the value of the environment variable, or NULL if the environment isn't set. Callbacks will be called normally with this change.

Version

This function is available since SDL 2.24.0.


CategoryAPI, CategoryHints


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.