Allow stretched-resizing

This commit is contained in:
Grant Sanderson
2022-04-21 15:31:46 -07:00
parent 78a7078772
commit b4b72d1b68
2 changed files with 18 additions and 7 deletions

View File

@ -74,6 +74,7 @@ DEFAULT_STROKE_WIDTH = 4
# For keyboard interactions
CTRL_SYMBOL = 65508
SHIFT_SYMBOL = 65505
COMMAND_SYMBOL = 65517
DELETE_SYMBOL = 65288
ARROW_SYMBOLS = list(range(65361, 65365))