Enum termion::event::MouseEvent [−][src]
Expand description
A mouse related event.
Variants
A mouse button was pressed.
The coordinates are one-based.
Tuple Fields of Press
A mouse button was released.
The coordinates are one-based.
A mouse button is held over the given coordinates.
The coordinates are one-based.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MouseEvent
impl Send for MouseEvent
impl Sync for MouseEvent
impl Unpin for MouseEvent
impl UnwindSafe for MouseEvent
Blanket Implementations
Mutably borrows from an owned value. Read more