mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Derive Copy
for MouseButton
This commit is contained in:
parent
a642e46ee8
commit
5549e9ac24
@ -5,7 +5,7 @@ mod event;
|
||||
pub use self::event::InputEvent;
|
||||
|
||||
/// # Any mouse button that is relevant to the operation of this crate
|
||||
#[derive(Eq, PartialEq)]
|
||||
#[derive(Clone, Copy, Eq, PartialEq)]
|
||||
pub enum MouseButton {
|
||||
/// # The left mouse button
|
||||
Left,
|
||||
|
Loading…
Reference in New Issue
Block a user