| 369 | } |
| 370 | |
| 371 | bool RenderWindowBridge::HasMxNSelectedPositionGetter() const |
| 372 | { |
| 373 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 374 | return static_cast<bool>(m_MxNSelectedPositionGetter); |
| 375 | } |
| 376 | |
| 377 | bool RenderWindowBridge::HasMxNSelectedPositionSetter() const |
| 378 | { |
no outgoing calls