MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / OnLButtonDown

Method OnLButtonDown

engine/Poseidon/UI/Map/UIMapExt.cpp:2214–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2212}
2213
2214void CStaticMapArcadeViewer::OnLButtonDown(float x, float y)
2215{
2216 _infoClick = FindSign(x, y);
2217
2218 // set selection
2219 _template->ClearSelection();
2220 InvertSelection(_infoClick);
2221}
2222
2223void CStaticMapArcade::OnLButtonDown(float x, float y)
2224{

Callers 1

OnSimulateMethod · 0.45

Calls 1

ClearSelectionMethod · 0.80

Tested by

no test coverage detected