| 54 | //} |
| 55 | |
| 56 | void WinMessageLoop::OnWinSessionChange(uint32_t message) { |
| 57 | |
| 58 | } |
| 59 | |
| 60 | void WinMessageLoop::OnDisplayDeviceChange() { |
| 61 | if (auto plugin = plugin_mgr_->GetDDACapturePlugin(); plugin) { |
nothing calls this directly
no outgoing calls
no test coverage detected