pub type MouseButton = MouseButton;

Aliased Type§

enum MouseButton {
    Left,
    Right,
    Middle,
    Other(u16),
}

Variants§

§

Left

§

Right

§

Middle

§

Other(u16)