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

Method OnBeginDragRight

ogl/basic.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void wxShapeEvtHandler::OnBeginDragRight(double x, double y, int keys, int attachment)
205{
206 if (m_previousHandler)
207 m_previousHandler->OnBeginDragRight(x, y, keys, attachment);
208}
209
210void wxShapeEvtHandler::OnEndDragRight(double x, double y, int keys, int attachment)
211{

Callers

nothing calls this directly

Calls 1

HitTestMethod · 0.45

Tested by

no test coverage detected