handle resize on key-down instead of key-up
parent
7c10b6d4d5
commit
b4ca3d2af5
|
@ -134,7 +134,7 @@ M: terrain-world tick-length
|
|||
|
||||
|
||||
terrain-world H{
|
||||
{ T{ key-up { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
|
||||
{ T{ key-down { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
|
||||
} set-gestures
|
||||
|
||||
:: handle-input ( world -- )
|
||||
|
|
Loading…
Reference in New Issue