FunctionsCommonTouchActiveCommonTouchActive CallableCommonTouchActive(X: number, Y: number, W: number, H: number, TL?: TouchList): booleanReturns TRUE if a section of the screen is currently touched on a mobile deviceParametersX: numberThe X positionY: numberThe Y positionW: numberThe width of the squareH: numberThe height of the squareoptionalTL: TouchListCan give a specific touch event instead of the default oneReturns boolean
Returns TRUE if a section of the screen is currently touched on a mobile device