Enum termion::event::MouseButton [−][src]
pub enum MouseButton { Left, Right, Middle, WheelUp, WheelDown, }
Expand description
A mouse button.
Variants
The left mouse button.
The right mouse button.
The middle mouse button.
Mouse wheel is going up.
This event is typically only used with Mouse::Press.
Mouse wheel is going down.
This event is typically only used with Mouse::Press.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MouseButton
impl Send for MouseButton
impl Sync for MouseButton
impl Unpin for MouseButton
impl UnwindSafe for MouseButton
Blanket Implementations
Mutably borrows from an owned value. Read more