get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key
| 193 | // get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, |
| 194 | // 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key |
| 195 | bool MuMuPlayerExtras::click_key(int key) |
| 196 | { |
| 197 | LogError << "deprecated: get_features() returns MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, " |
| 198 | "use key_down/key_up instead" |
| 199 | << VAR(key); |
| 200 | return false; |
| 201 | } |
| 202 | |
| 203 | bool MuMuPlayerExtras::input_text(const std::string& text) |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected