add functionality to flip drawing horizontally
This commit is contained in:
@@ -180,6 +180,10 @@ struct
|
||||
key = Input.KEY_M () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_M)
|
||||
else if
|
||||
key = Input.KEY_F () andalso action = Input.PRESS () andalso mods = 0
|
||||
then
|
||||
Mailbox.send (mailbox, KEY_F)
|
||||
else
|
||||
()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user