Type Alias macroquad::ui::Id

source ยท
pub type Id = u64;
Expand description

Is used to keep track of internal state of various widgets like widgets::Window These should be unique per window and ideally not change in between frames.