feat: implement wlr controller from MaaFramework

This commit is contained in:
Horror Proton
2026-06-07 22:56:10 +08:00
parent 605b1518b4
commit 93fde16545
22 changed files with 394 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ MaaAssistantArknights/MaaMacGui 프로젝트의 [README.md](https://github.com/M
cmake --install build --prefix <target_directory>
```
4. 若需调试 MaaFwAdbControllerMaaFramework 触控模式)相关功能,需要[自行编译 MaaFramework](https://maafw.com/docs/4.1-BuildGuide) 的 Debug 版本,将 `libMaaAdbControlUnit.so` 放到安装目录下。
4. 若需调试 MaaFwAdbController/MaaFwWlrControllerMaaFramework 触控模式)相关功能,需要[自行编译 MaaFramework](https://maafw.com/docs/4.1-BuildGuide) 的 Debug 版本,将 `libMaaAdbControlUnit.so`/`libMaaWlRootsControlUnit.so` 放到安装目录下。
::::