Function ticks
pub fn ticks() -> u64
Available on crate feature
dep_sdl3
only.Expand description
Gets the number of milliseconds elapsed since the timer subsystem was initialized.
It’s recommended to use another library for timekeeping, such as time
.