mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 13:28:28 +00:00
ImMouseButton: Derive Copy, Clone, Eq, PartialEq, Debug
For convenience.
This commit is contained in:
parent
eab85ea871
commit
43a2484c22
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user