Enum zaplib::MouseButton
source · [−]pub enum MouseButton {
Left,
Right,
Other,
}
Expand description
The type of input that was used to trigger a pointer event.
Variants
Left
Right
Other
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