We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028bf71 commit 88fe6b9Copy full SHA for 88fe6b9
1 file changed
assets/interface.json
@@ -29,9 +29,11 @@
29
"class_regex": ".*",
30
"window_regex": "Visual Studio"
31
},
32
- "screencap": "DXGI_DesktopDup",
33
- "mouse": "Seize",
34
- "keyboard": "Seize"
+ // 截图及控制方式,请根据项目实际情况修改
+ // 文档: https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/2.4-%E6%8E%A7%E5%88%B6%E6%96%B9%E5%BC%8F%E8%AF%B4%E6%98%8E.md
+ "screencap": "PrintWindow", // 截图方式
35
+ "mouse": "PostMessageWithCursorPos", // 鼠标控制方式
36
+ "keyboard": "PostMessageWithCursorPos" // 键盘控制方式
37
}
38
],
39
"resource": [
@@ -103,4 +105,4 @@
103
105
]
104
106
107
-}
108
+}
0 commit comments