Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@akrnmd
Last active October 3, 2020 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrnmd/bdbcc432c4ab9e40f9d24034608c29a7 to your computer and use it in GitHub Desktop.
Save akrnmd/bdbcc432c4ab9e40f9d24034608c29a7 to your computer and use it in GitHub Desktop.
Specify The Drag and Drop (Swipe) Point By Screen Ratio. #SenseTalk #eggplant
drag (remotescreensize().x*0.5,remotescreensize().y-1)
wait 1
moveto (remotescreensize()*0.5)
wait 1
drag (remotescreensize().x,remotescreensize().y*0.5)
drop
wait 10
typetext homebutton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment