SDL2 API: 01.Basics - 02 - Configuration Variables Flashcards
1
Q
SDL_AddHintCallback
A
Add a function to watch a particular hint.
2
Q
SDL_ClearHints
A
Clear all hints.
3
Q
SDL_DelHintCallback
A
Remove a function watching a particular hint.
4
Q
SDL_GetHint
A
Get the value of a hint.
5
Q
SDL_GetHintBoolean
A
Get the boolean value of a hint variable.
6
Q
SDL_SetHint
A
Set a hint with normal priority.
7
Q
SDL_SetHintWithPriority
A
Set a hint with a specific priority.