Module fermium::version[][src]

Lets you get info about the runtime SDL version.

Structs

SDL_version

Information about the version of SDL in use.

Constants

SDL_MAJOR_VERSION

SDL Major version that this lib was compiled against.

SDL_MINOR_VERSION

SDL Minor version that this lib was compiled against.

SDL_PATCHLEVEL

SDL Patch version that this lib was compiled against.

Functions

SDL_GetRevision

Get the “code revision” of SDL that is being used at runtime.

SDL_GetVersion

Get the version of SDL that is being used at runtime.

SDL_VERSION

Writes the version of SDL that this lib was compiled against into the struct.