-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有那种和安卓触控minitouch类似的操作指令,鼠标按下d、鼠标移动m、鼠标抬起u? #16
Comments
这个已支持 , 参考README中 复杂手势使用方法 |
|
d.gesture.start(x1, y1, interval=.5).move(x2, y2).pause(interval=1).move(x3, y3).action()比如这个,只有在调用action的时候,才会整个手势触发吗?我想在调用move(x2, y2)过程中画面就会动,类似minitouch的触控,这个可以实现吗? |
这个agent.so应该都有,我还没有实现,你可以去看看hypium的代码里找找 |
源码里找到了,感谢 |
希望做到实时的拖动画面,而不是直接触发一个swipe指令
The text was updated successfully, but these errors were encountered: