| 1153 | } |
| 1154 | |
| 1155 | bool ControllerAgent::init_scale_info() |
| 1156 | { |
| 1157 | // 实际是通过 postproc_screenshot 初始化的 |
| 1158 | return handle_screencap(); |
| 1159 | } |
| 1160 | |
| 1161 | bool ControllerAgent::set_image_target_long_side(MaaOptionValue value, MaaOptionValueSize val_size) |
| 1162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected