Implement shift-click to extend the newest selection
This commit is contained in:
parent
63089badf1
commit
d969f38850
5 changed files with 77 additions and 30 deletions
|
@ -15,6 +15,7 @@ pub enum Event {
|
|||
LeftMouseDown {
|
||||
position: Vector2F,
|
||||
cmd: bool,
|
||||
shift: bool,
|
||||
click_count: usize,
|
||||
},
|
||||
LeftMouseUp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue