Skip to main content

CommonClick

Callable

  • CommonClick(event: MouseEvent | TouchEvent): void

  • Catches the clicks on the main screen and forwards it to the current screen click function if it exists, otherwise it sends it to the dialog click function


    Parameters

    • event: MouseEvent | TouchEvent

      The event that triggered this

    Returns void

    • Nothing