MCPcopy Create free account
hub / github.com/cxasm/notepad-- / RightButtonDownWithModifiers

Method RightButtonDownWithModifiers

src/qscint/scintilla/src/Editor.cpp:4661–4664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4659}
4660
4661void Editor::RightButtonDownWithModifiers(Point pt, unsigned int, int modifiers) {
4662 if (NotifyMarginRightClick(pt, modifiers))
4663 return;
4664}
4665
4666bool Editor::PositionIsHotspot(Sci::Position position) const {
4667 return vs.styles[pdoc->StyleIndexAt(position)].hotspot;

Callers 1

mousePressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected