sdl3_sys/metadata/generated/
timer.rs

1//! Metadata for items in the `crate::timer` module
2
3use super::*;
4
5pub const METADATA_SDL_TimerID: Group = Group {
6    module: "timer",
7    kind: GroupKind::Id,
8    name: "SDL_TimerID",
9    short_name: "TimerID",
10    doc: Some(
11        "Definition of the timer ID type.\n\n## Availability\nThis datatype is available since SDL 3.2.0.\n",
12    ),
13    available_since: Some(SDL_VERSIONNUM(3, 2, 0)),
14    values: &[],
15};