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