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

Method OnEndDragRight

ogl/basic.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void wxShapeEvtHandler::OnEndDragRight(double x, double y, int keys, int attachment)
211{
212 if (m_previousHandler)
213 m_previousHandler->OnEndDragRight(x, y, keys, attachment);
214}
215
216// Control points ('handles') redirect control to the actual shape, to make it easier
217// to override sizing behaviour.

Callers

nothing calls this directly

Calls 1

HitTestMethod · 0.45

Tested by

no test coverage detected