Constant SDL_MS_PER_SECOND

pub const SDL_MS_PER_SECOND: i32 = 1000; // 1_000i32
Available on crate feature dep_sdl3 only.
Expand description

Number of milliseconds in a second.

This is always 1000.

§Availability

This macro is available since SDL 3.2.0.