get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key
| 180 | // get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, |
| 181 | // 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key |
| 182 | bool SeizeInput::click_key(int key) |
| 183 | { |
| 184 | LogError << "deprecated: get_features() returns MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, " |
| 185 | "use key_down/key_up instead" |
| 186 | << VAR(key); |
| 187 | return false; |
| 188 | } |
| 189 | |
| 190 | bool SeizeInput::input_text(const std::string& text) |
| 191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected