Improved Rectangle, Line and Shape Tools (#106)

This commit is contained in:
Paul Kupper
2021-05-07 11:05:03 -07:00
committed by GitHub
parent 5bf0452b9c
commit 1230e9d829
8 changed files with 320 additions and 87 deletions
+1
View File
@@ -109,6 +109,7 @@ pub fn translate_key(name: &str) -> events::Key {
"9" => Key9,
"Enter" => KeyEnter,
"Shift" => KeyShift,
"Control" => KeyControl,
"Alt" => KeyAlt,
_ => UnknownKey,
}