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

Method OnBeginDragLeft

ogl/basic.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void wxShapeEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment)
187{
188 if (m_previousHandler)
189 m_previousHandler->OnBeginDragLeft(x, y, keys, attachment);
190}
191
192void wxShapeEvtHandler::OnEndDragLeft(double x, double y, int keys, int attachment)
193{

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected