mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 01:18:12 +08:00
Ignore mouse events without any button state changes (#343)
This commit is contained in:
committed by
Keavon Chambers
parent
18091dd3cd
commit
d6ce9e16b7
@@ -58,5 +58,6 @@ bitflags! {
|
||||
const LEFT = 0b0000_0001;
|
||||
const RIGHT = 0b0000_0010;
|
||||
const MIDDLE = 0b0000_0100;
|
||||
const NONE = 0b0000_0000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user