A structure that contains information about the version of SDL in use.
Uint8 |
major |
major version |
Uint8 |
minor |
minor version |
Uint8 |
patch |
update version (patchlevel) |
<<Include(SDL_GetVersion, , , from="== Code Examples ==", to="== Remarks")>>
Represents the library's version as three levels:
The macro SDL_VERSION can be used to populate this structure with information.
CategoryStruct, CategoryVersion