Constant SDL_VERSION
pub const SDL_VERSION: i32 = _; // 3_002_004i32
Available on crate feature dep_sdl3
only.
Expand description
This is the version number macro for the current SDL version.
§Availability
This macro is available since SDL 3.2.0.
§See also