Function SDL_VERSIONNUM_MINOR
pub const fn SDL_VERSIONNUM_MINOR(version: i32) -> i32
Available on crate feature dep_sdl3
only.
Expand description
This macro extracts the minor version from a version number
1002003 becomes 2.
§Parameters
version
: the version number.
§Availability
This macro is available since SDL 3.2.0.