Skip to content
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

请问发送控制安卓模拟点击和滑动用的是什么方法,是单纯的adb命令吗 #968

Open
ken626014896 opened this issue May 11, 2024 · 0 comments

Comments

@ken626014896
Copy link

我看QtScrcpyCore
里面好像发送用的是
void Controller::postControlMsg(ControlMsg *controlMsg)
{
if (controlMsg) {
QCoreApplication::postEvent(this, controlMsg);
}
}
这个能控制模拟点击的吗,还是说我搞错了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant