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 | TouchEventReturns 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