| 273 | } |
| 274 | |
| 275 | bool RenderWindowBridge::HasPositionSetter() const |
| 276 | { |
| 277 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 278 | return static_cast<bool>(m_PositionSetter); |
| 279 | } |
| 280 | |
| 281 | bool RenderWindowBridge::HasEditorListProvider() const |
| 282 | { |
no outgoing calls