FunctionsCommonClickCommonClick CallableCommonClick(event: MouseEvent | TouchEvent): voidCatches 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 functionParametersevent: MouseEvent | TouchEventThe event that triggered thisReturns voidNothing
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