MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setButtonsPressed

Method setButtonsPressed

src/Battlescape/Map.cpp:1500–1503  ·  view source on GitHub ↗

* Sets mouse-buttons' pressed state. * @param button Index of the button. * @param pressed The state of the button. */

Source from the content-addressed store, hash-verified

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

Callers 1

mapInMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected