| 55 | } |
| 56 | |
| 57 | bool MuMuPlayerExtras::init() |
| 58 | { |
| 59 | return load_mumu_library() && connect_mumu() && init_screencap(); |
| 60 | } |
| 61 | |
| 62 | void MuMuPlayerExtras::on_image_resolution_changed(const std::pair<int, int>& pre, const std::pair<int, int>& cur) |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected