| 387 | } |
| 388 | |
| 389 | bool RenderWindowBridge::HasMxNLayoutSetter() const |
| 390 | { |
| 391 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 392 | return static_cast<bool>(m_MxNLayoutSetter); |
| 393 | } |
| 394 | |
| 395 | std::vector<unsigned char> RenderWindowBridge::TakeScreenshot( |
| 396 | std::optional<std::pair<int, int>> size, |
no outgoing calls