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

Method refreshSelectorPosition

src/Battlescape/Map.cpp:1517–1520  ·  view source on GitHub ↗

* Updates the selector to the last-known mouse position. */

Source from the content-addressed store, hash-verified

1515 * Updates the selector to the last-known mouse position.
1516 */
1517void Map::refreshSelectorPosition()
1518{
1519 setSelectorPosition(_mouseX, _mouseY);
1520}
1521
1522/*
1523 * Special handling for setting the height of the map viewport.

Callers 1

scrollXYMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected