add scaffolding in imperative shell to help update canvas width and height
This commit is contained in:
@@ -72,6 +72,10 @@ struct
|
||||
key = Input.KEY_A () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_A)
|
||||
else if
|
||||
key = Input.KEY_W () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_W)
|
||||
else if
|
||||
key = Input.KEY_UP () andalso action <> Input.RELEASE ()
|
||||
andalso mods = 0x0
|
||||
|
||||
Reference in New Issue
Block a user