SDL2 API: 01.Basics - 06 - Querying SDL Version Flashcards

1
Q

SDL_COMPILEDVERSION

A

Macro to get the SDL version number that you compiled against.

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

SDL_GetRevision

A

Get the code revision of SDL that is linked against your program.

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

SDL_GetRevisionNumber

A

Get the revision number of SDL that is linked against your program.

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

SDL_GetVersion

A

Get the version of SDL that is linked against your program.

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

SDL_REVISION

A

This macro is a string describing the source at a particular point in development.

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

SDL_VERSION

A

Macro to determine the SDL version your program was compiled against.

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

SDL_VERSIONNUM

A

Macro to convert separate version components into a single numeric value.

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

SDL_VERSION_ATLEAST

A

Macro to determine whether the SDL version compiled against is at least as new as the specified version.

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