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

Method OnEndDragLeft

ogl/basic.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void wxShapeEvtHandler::OnEndDragLeft(double x, double y, int keys, int attachment)
193{
194 if (m_previousHandler)
195 m_previousHandler->OnEndDragLeft(x, y, keys, attachment);
196}
197
198void wxShapeEvtHandler::OnDragRight(bool draw, double x, double y, int keys, int attachment)
199{

Callers

nothing calls this directly

Calls 5

GetQuickEditModeMethod · 0.80
GetCanvasFunction · 0.70
HitTestMethod · 0.45
SnapMethod · 0.45
RedrawMethod · 0.45

Tested by

no test coverage detected