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

Method OnRightClick

ogl/basic.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void wxShapeEvtHandler::OnRightClick(double x, double y, int keys, int attachment)
175{
176 if (m_previousHandler)
177 m_previousHandler->OnRightClick(x, y, keys, attachment);
178}
179
180void wxShapeEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment)
181{

Callers

nothing calls this directly

Calls 1

HitTestMethod · 0.45

Tested by

no test coverage detected