* Handles mouse presses on the map. * @param action Pointer to an action. * @param state State that the action handlers belong to. */
| 1117 | * @param state State that the action handlers belong to. |
| 1118 | */ |
| 1119 | void Map::mousePress(Action *action, State *state) |
| 1120 | { |
| 1121 | InteractiveSurface::mousePress(action, state); |
| 1122 | _camera->mousePress(action, state); |
| 1123 | } |
| 1124 | |
| 1125 | /** |
| 1126 | * Handles mouse releases on the map. |
no outgoing calls
no test coverage detected