731 Star 7.3K Fork 2K

GVPBarry/QtScrcpy

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tiktok.json 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
rankun 提交于 2020-01-31 14:35 +08:00 . feat: optimize drag and add tiktok map
{
"switchKey": "Key_QuoteLeft",
"keyMapNodes": [
{
"comment": "暂停/继续",
"type": "KMT_CLICK",
"key": "Key_Space",
"pos": {
"x": 0.5,
"y": 0.5
},
"switchMap": false
},
{
"comment": "上滑",
"type": "KMT_DRAG",
"key": "Key_Up",
"startPos": {
"x": 0.5,
"y": 0.7
},
"endPos": {
"x": 0.5,
"y": 0.3
}
},
{
"comment": "下滑",
"type": "KMT_DRAG",
"key": "Key_Down",
"startPos": {
"x": 0.5,
"y": 0.3
},
"endPos": {
"x": 0.5,
"y": 0.7
}
},
{
"comment": "左滑",
"type": "KMT_DRAG",
"key": "Key_Left",
"startPos": {
"x": 0.7,
"y": 0.5
},
"endPos": {
"x": 0.3,
"y": 0.5
}
},
{
"comment": "右滑",
"type": "KMT_DRAG",
"key": "Key_Right",
"startPos": {
"x": 0.3,
"y": 0.5
},
"endPos": {
"x": 0.7,
"y": 0.5
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Barryda/QtScrcpy.git
git@gitee.com:Barryda/QtScrcpy.git
Barryda
QtScrcpy
QtScrcpy
dev

搜索帮助