Method:SendTouchesEvent float factor = 1.0f; if (width == 640 || width == 1536) factor = 2.0f; ``` rX = x/width*factor; rY = y/height*factor; ``` here the "factor" is not the best way to get, please solve it