We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由底部上滑时:
w, h = self.get_window_size() self.swipe(w - 100, h, w - 100, h // 2)
The text was updated successfully, but these errors were encountered:
我有一台iPhone也是更新版本后没办法通过滑动打开控制中心的菜单,后面通过图像识别点击辅助模拟按键打开的.
Sorry, something went wrong.
No branches or pull requests
w, h = self.get_window_size()
self.swipe(w - 100, h, w - 100, h // 2)
The text was updated successfully, but these errors were encountered: