ImMouseButton: Derive Copy, Clone, Eq, PartialEq, Debug

For convenience.
This commit is contained in:
Malik Olivier Boussejra 2018-04-15 11:36:14 +09:00
parent eab85ea871
commit 43a2484c22

View File

@ -87,6 +87,7 @@ pub fn get_version() -> &'static str {
} }
/// Represents one of the buttons of the mouse /// Represents one of the buttons of the mouse
#[derive(Copy, Clone, Eq, PartialEq, Debug)]
pub enum ImMouseButton { pub enum ImMouseButton {
Left = 0, Left = 0,
Right = 1, Right = 1,