mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Implement the Spline Tool (#512)
* Add Spline Tool * Adapt to changes from master * Apply review feedback * Fixes Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
parent
45edeb2a2b
commit
f8e72be492
@@ -109,6 +109,13 @@ impl Default for Mapping {
|
||||
entry! {action=FreehandMessage::PointerMove, message=InputMapperMessage::PointerMove},
|
||||
entry! {action=FreehandMessage::DragStart, key_down=Lmb},
|
||||
entry! {action=FreehandMessage::DragStop, key_up=Lmb},
|
||||
// Spline
|
||||
entry! {action=SplineMessage::PointerMove, message=InputMapperMessage::PointerMove},
|
||||
entry! {action=SplineMessage::DragStart, key_down=Lmb},
|
||||
entry! {action=SplineMessage::DragStop, key_up=Lmb},
|
||||
entry! {action=SplineMessage::Confirm, key_down=Rmb},
|
||||
entry! {action=SplineMessage::Confirm, key_down=KeyEscape},
|
||||
entry! {action=SplineMessage::Confirm, key_down=KeyEnter},
|
||||
// Fill
|
||||
entry! {action=FillMessage::LeftMouseDown, key_down=Lmb},
|
||||
entry! {action=FillMessage::RightMouseDown, key_down=Rmb},
|
||||
|
||||
Reference in New Issue
Block a user