Enum nannou::ui::backend::glium::glium::glutin::MouseButton []

pub enum MouseButton {
    Left,
    Right,
    Middle,
    Other(u8),
}

Describes a button of a mouse controller.

Variants

Trait Implementations

impl Copy for MouseButton

impl Hash for MouseButton

impl Clone for MouseButton

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for MouseButton

impl PartialEq<MouseButton> for MouseButton

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for MouseButton

Formats the value using the given formatter.