Skip to main content

GameKeyDown

Callable

  • GameKeyDown(event: KeyboardEvent): boolean

  • When the user presses a key, we send the KeyDown event to the current screen if it can accept it


    Parameters

    • event: KeyboardEvent

    Returns boolean