SDL2 API: 01.Basics - 02 - Configuration Variables Flashcards

1
Q

SDL_AddHintCallback

A

Add a function to watch a particular hint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SDL_ClearHints

A

Clear all hints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SDL_DelHintCallback

A

Remove a function watching a particular hint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SDL_GetHint

A

Get the value of a hint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SDL_GetHintBoolean

A

Get the boolean value of a hint variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SDL_SetHint

A

Set a hint with normal priority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SDL_SetHintWithPriority

A

Set a hint with a specific priority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly