| 85 | } |
| 86 | |
| 87 | MaaControllerFeature KWinControlUnitMgr::get_features() const |
| 88 | { |
| 89 | return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick; |
| 90 | } |
| 91 | |
| 92 | bool KWinControlUnitMgr::start_app(const std::string& intent) |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected