cocoa doesn't send key-up gestures for cmd+keys
parent
480870e367
commit
6d1f1e3b5e
|
@ -134,7 +134,7 @@ M: terrain-world tick-length
|
||||||
|
|
||||||
|
|
||||||
terrain-world H{
|
terrain-world H{
|
||||||
{ T{ key-up { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
|
{ T{ key-down { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
|
||||||
} set-gestures
|
} set-gestures
|
||||||
|
|
||||||
:: handle-input ( world -- )
|
:: handle-input ( world -- )
|
||||||
|
|
Loading…
Reference in New Issue