Constant SDL_MAJOR_VERSION

pub const SDL_MAJOR_VERSION: i32 = 3;
Available on crate feature dep_sdl3 only.
Expand description

The current major version of SDL headers.

If this were SDL version 3.2.1, this value would be 3.

§Availability

This macro is available since SDL 3.2.0.