| 1105 | } |
| 1106 | |
| 1107 | void BaseWorkspace::OnGetCaptureMonitorsCount(int monitors_count) { |
| 1108 | monitors_count_ = monitors_count; |
| 1109 | } |
| 1110 | |
| 1111 | void BaseWorkspace::OnGetCaptureMonitorName(std::string monitor_name) { |
| 1112 | if (!game_view_) { |
nothing calls this directly
no outgoing calls
no test coverage detected