731 Star 7.3K Fork 2K

GVPBarry/QtScrcpy

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
test.json 522 Bytes
Copy Edit Raw Blame History
rankun authored 2020-08-02 12:46 +08:00 . feat: add click multi
{
"switchKey": "Key_QuoteLeft",
"keyMapNodes": [
{
"comment": "测试一键多点",
"type": "KMT_CLICK_MULTI",
"key": "Key_Space",
"clickNodes": [
{
"delay": 500,
"pos": {
"x": 0.5,
"y": 0.5
}
},
{
"delay": 500,
"pos": {
"x": 0.8,
"y": 0.8
}
}
]
},
{
"comment": "测试拖拽",
"type": "KMT_DRAG",
"key": "Key_Up",
"startPos": {
"x": 0.5,
"y": 0.7
},
"endPos": {
"x": 0.5,
"y": 0.3
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Barryda/QtScrcpy.git
git@gitee.com:Barryda/QtScrcpy.git
Barryda
QtScrcpy
QtScrcpy
dev

Search