* Sets mouse-buttons' pressed state. * @param button Index of the button. * @param pressed The state of the button. */
| 1498 | * @param pressed The state of the button. |
| 1499 | */ |
| 1500 | void Map::setButtonsPressed(Uint8 button, bool pressed) |
| 1501 | { |
| 1502 | setButtonPressed(button, pressed); |
| 1503 | } |
| 1504 | |
| 1505 | /** |
| 1506 | * Sets the unitDying flag. |