# Touch

APIs for Touch.

 - [POST /cloudphone/touch/click](https://guide.morelogin.com/api-reference/cloud-phone/open-api/touch/touchclick.md): Simulate a single tap on the cloud phone screen at the specified coordinates. The coordinate system uses the top-left corner of the screen as the origin `(0, 0)`, with the X-axis extending to the righ
 - [POST /cloudphone/touch/doubleClick](https://guide.morelogin.com/api-reference/cloud-phone/open-api/touch/touchdoubleclick.md): Simulate a double tap on the cloud phone screen at the specified coordinates. The coordinate system uses the top-left corner of the screen as the origin `(0, 0)`, with the X-axis extending to the righ
 - [POST /cloudphone/touch/longClick](https://guide.morelogin.com/api-reference/cloud-phone/open-api/touch/touchlongclick.md): Simulate a long press on the cloud phone screen at the specified coordinates. Use the `duration` parameter to customize how long the press is held (in milliseconds). If omitted, the default duration i
 - [POST /cloudphone/touch/swipe](https://guide.morelogin.com/api-reference/cloud-phone/open-api/touch/touchswipe.md): Simulate a finger swipe from the start coordinates to the end coordinates. Use the `duration` parameter to control the swipe speed (in milliseconds). A larger value results in a slower swipe. The coor
 - [POST /cloudphone/touch/drag](https://guide.morelogin.com/api-reference/cloud-phone/open-api/touch/touchdrag.md): Simulate a finger drag from the start coordinates to the end coordinates. Similar to swipe, but drag is typically used for dragging icons, UI elements, etc. Use the `duration` parameter to control the
