Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_version Struct Reference
Information the version of SDL in use. More...
#include <SDL_version.h>
Data Fields | |
| Uint8 | major |
| major version | |
| Uint8 | minor |
| minor version | |
| Uint8 | patch |
| update version | |
Detailed Description
Information the version of SDL in use.
Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
- See also:
- SDL_VERSION
- SDL_GetVersion
Definition at line 51 of file SDL_version.h.
Field Documentation
major version
Definition at line 53 of file SDL_version.h.
minor version
Definition at line 54 of file SDL_version.h.
update version
Definition at line 55 of file SDL_version.h.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2