FunctionsCommonKeyDownCommonKeyDown CallableCommonKeyDown(event: KeyboardEvent): voidCatches 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: KeyboardEventThe event that triggered thisReturns voidNothing
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