Merge pull request #48 from iMplode-nZ/master

Added derives to MouseButton.
This commit is contained in:
Pauan 2021-08-06 19:37:57 +02:00 committed by GitHub
commit 24e101ef51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ macro_rules! make_event {
};
}
#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
pub enum MouseButton {
Left,
Middle,