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

Method OnEndDragLeft

ogl/basic2.cpp:1267–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1265}
1266
1267void wxControlPoint::OnEndDragLeft(double x, double y, int keys, int attachment)
1268{
1269 m_shape->GetEventHandler()->OnSizingEndDragLeft(this, x, y, keys, attachment);
1270}
1271
1272int wxControlPoint::GetNumberOfAttachments() const
1273{

Callers

nothing calls this directly

Calls 1

OnSizingEndDragLeftMethod · 0.45

Tested by

no test coverage detected