| 216 | } |
| 217 | |
| 218 | void RenderWindowBridge::SetMxNSelectedPositionSetter(MxNSelectedPositionSetter setter) |
| 219 | { |
| 220 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 221 | m_MxNSelectedPositionSetter = std::move(setter); |
| 222 | } |
| 223 | |
| 224 | void RenderWindowBridge::SetMxNLayoutGetter(MxNLayoutGetter getter) |
| 225 | { |
no outgoing calls