Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 314 Bytes

Readme.md

File metadata and controls

9 lines (9 loc) · 314 Bytes

#触屏逻辑关系 x向右为正方向
y向下为正方向
(endx-startx,endy-starty)
根据判断| endx-endy |   | endy-starty |的值的大小
当| endx-endy | > | endy-starty | 则任务以x方向移动
当| endx-endy | < | endy-starty | 则任务以y方向移动