FunctionsGameKeyDownGameKeyDown CallableGameKeyDown(event: KeyboardEvent): Promise<boolean>When the user presses a key, we send the KeyDown event to the current screen if it can accept itParametersevent: KeyboardEventReturns Promise<boolean>
When the user presses a key, we send the KeyDown event to the current screen if it can accept it