pub type MouseButtonSet = EnumSet<MouseButton>;Expand description
A set of mouse buttons
Aliased Typeยง
#[repr(transparent)]pub struct MouseButtonSet {}pub type MouseButtonSet = EnumSet<MouseButton>;A set of mouse buttons
#[repr(transparent)]pub struct MouseButtonSet {}