Enum leechbar::MouseButton [] [src]

pub enum MouseButton {
    Left,
    Middle,
    Right,
    WheelUp,
    WheelDown,
}

Mouse Buttons.

This is used by the ClickEvent to indicate which mouse button has been pressed.

Variants