Function SDL_VERSIONNUM_MICRO

pub const fn SDL_VERSIONNUM_MICRO(version: i32) -> i32
Available on crate feature dep_sdl3 only.
Expand description

This macro extracts the micro version from a version number

1002003 becomes 3.

§Parameters

  • version: the version number.

§Availability

This macro is available since SDL 3.2.0.