Implement shift-click to extend the newest selection

This commit is contained in:
Nathan Sobo 2021-11-23 15:42:21 -07:00
parent 63089badf1
commit d969f38850
5 changed files with 77 additions and 30 deletions

View file

@ -15,6 +15,7 @@ pub enum Event {
LeftMouseDown {
position: Vector2F,
cmd: bool,
shift: bool,
click_count: usize,
},
LeftMouseUp {