Add visualization and mouse control to paddings in frames with layout

This commit is contained in:
Pablo Alba 2023-02-17 20:36:38 +01:00
parent fd673b39a4
commit 4d90d36225
11 changed files with 298 additions and 7 deletions

View file

@ -50,6 +50,7 @@
(def left-arrow? (is-key? "ArrowLeft"))
(def right-arrow? (is-key? "ArrowRight"))
(def alt-key? (is-key? "Alt"))
(def shift-key? (is-key? "Shift"))
(def ctrl-key? (is-key? "Control"))
(def meta-key? (is-key? "Meta"))
(def comma? (is-key? ","))