| 164 | } |
| 165 | |
| 166 | bool KWinControlUnitMgr::click_key(int key) |
| 167 | { |
| 168 | LogError << "deprecated: get_features() returns MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, " |
| 169 | "use key_down/key_up instead" |
| 170 | << VAR(key); |
| 171 | return false; |
| 172 | } |
| 173 | |
| 174 | bool KWinControlUnitMgr::input_text(const std::string& text) |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected