MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / OnDragLeft

Method OnDragLeft

ogl/basic.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void wxShapeEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment)
181{
182 if (m_previousHandler)
183 m_previousHandler->OnDragLeft(draw, x, y, keys, attachment);
184}
185
186void wxShapeEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment)
187{

Callers

nothing calls this directly

Calls 7

GetEventHandlerFunction · 0.85
GetCanvasFunction · 0.70
HitTestMethod · 0.45
SetPenMethod · 0.45
SetBrushMethod · 0.45
SnapMethod · 0.45
OnDrawOutlineMethod · 0.45

Tested by

no test coverage detected