| 705 | } |
| 706 | |
| 707 | void MockEditorInterface::set_editor_rect(int left, int top, int right, int bottom) { |
| 708 | m_editor_rect = {left, top, right, bottom}; |
| 709 | } |
| 710 | |
| 711 | std::optional<POINT> MockEditorInterface::get_mouse_cursor_pos() const { |
| 712 | return m_cursor_pos; |