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

Method active_view

src/npp/NppInterface.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int NppInterface::active_view() const {
103 int cur_scintilla = 0;
104 send_msg_to_npp(NPPM_GETCURRENTSCINTILLA, 0, reinterpret_cast<LPARAM>(&cur_scintilla));
105 return cur_scintilla;
106}
107
108std::optional<POINT> NppInterface::get_mouse_cursor_pos() const {
109 POINT p;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected