MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / MouseClick

Method MouseClick

scintilla/src/CallTip.cxx:242–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void CallTip::MouseClick(Point pt) {
243 clickPlace = 0;
244 if (rectUp.Contains(pt))
245 clickPlace = 1;
246 if (rectDown.Contains(pt))
247 clickPlace = 2;
248}
249
250PRectangle CallTip::CallTipStart(int pos, Point pt, int textHeight, const char *defn,
251 const char *faceName, int size,

Callers 1

CTWndProcMethod · 0.80

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected