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

Method OnDragRight

ogl/basic.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void wxShapeEvtHandler::OnDragRight(bool draw, double x, double y, int keys, int attachment)
199{
200 if (m_previousHandler)
201 m_previousHandler->OnDragRight(draw, x, y, keys, attachment);
202}
203
204void wxShapeEvtHandler::OnBeginDragRight(double x, double y, int keys, int attachment)
205{

Callers

nothing calls this directly

Calls 1

HitTestMethod · 0.45

Tested by

no test coverage detected