mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Ignore mouse events without any button state changes (#343)
This commit is contained in:
committed by
Keavon Chambers
parent
a828f38327
commit
0dda197d65
@@ -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