Constant SDL_MINOR_VERSION
pub const SDL_MINOR_VERSION: i32 = 2;
Available on crate feature
dep_sdl3
only.Expand description
The current minor version of the SDL headers.
If this were SDL version 3.2.1, this value would be 2.
§Availability
This macro is available since SDL 3.2.0.