Module version
Available on crate feature
dep_sdl2
only.Expand description
Querying SDL Version
Structs§
- Version
- A structure that contains information about the version of SDL in use.
Functions§
- revision
- Get the code revision of SDL that is linked against your program.
- revision_
number - Get the revision number of SDL that is linked against your program.
- version
- Get the version of SDL that is linked against your program.