add functionality to delete pixel
This commit is contained in:
@@ -100,6 +100,11 @@ struct
|
||||
andalso mods = 0x0
|
||||
then
|
||||
Mailbox.send (mailbox, ARROW_DOWN)
|
||||
else if
|
||||
key = Input.KEY_BACKSPACE () andalso action = Input.PRESS ()
|
||||
andalso mods = 0x0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_BACKSPACE)
|
||||
else if
|
||||
key = Input.KEY_ENTER () andalso action = Input.PRESS ()
|
||||
andalso mods = 0x0
|
||||
|
||||
Reference in New Issue
Block a user