FunctionsCommonKeyDownCommonKeyDown CallableCommonKeyDown(event: KeyboardEvent): booleanCatches key presses on the main screen and forwards it to the current screen key down function if it exists, otherwise it sends it to the dialog key down function@deprecatedUse GameKeyDown insteadParametersevent: KeyboardEventReturns boolean
Catches key presses on the main screen and forwards it to the current screen key down function if it exists, otherwise it sends it to the dialog key down function
Use GameKeyDown instead