six_ten
six_ten

注册于 3年前

回答
2
文章
0
关注者
0

function main()
screen.snapshot("/var/touchelf/a.png");
x, y = screen.findImage("/var/touchelf/a.png");
if x ~= -1 and y ~= -1 then

touch.down(0, x, y);        
touch.up(0);

end
end

发布
问题