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

Method OnLeftClick

ogl/basic.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void wxShapeEvtHandler::OnLeftClick(double x, double y, int keys, int attachment)
163{
164 if (m_previousHandler)
165 m_previousHandler->OnLeftClick(x, y, keys, attachment);
166}
167
168void wxShapeEvtHandler::OnLeftDoubleClick(double x, double y, int keys, int attachment)
169{

Callers

nothing calls this directly

Calls 1

HitTestMethod · 0.45

Tested by

no test coverage detected