Skip to main content

CommonKeyDown

Callable

  • CommonKeyDown(event: KeyboardEvent): void

  • 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

    @deprecated

    Use GameKeyDown instead


    Parameters

    • event: KeyboardEvent

      The event that triggered this

    Returns void

    • Nothing