| 384 | } |
| 385 | |
| 386 | void CStaticMap::Reset() |
| 387 | { |
| 388 | _moving = false; |
| 389 | ClearAnimation(); |
| 390 | _moveKey = 0; |
| 391 | _mouseKey = 0; |
| 392 | _dragging = false; |
| 393 | _selecting = false; |
| 394 | _infoClick._type = signNone; |
| 395 | _infoClickCandidate._type = signNone; |
| 396 | _infoMove._type = signNone; |
| 397 | |
| 398 | // Center(); |
| 399 | } |
| 400 | |
| 401 | SignInfo CStaticMap::FindSign(float x, float y) |
| 402 | { |
no outgoing calls
no test coverage detected