MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_editor_rect

Method set_editor_rect

test/MockEditorInterface.cpp:707–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected