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

Method resize

src/Engine/State.cpp:398–401  ·  view source on GitHub ↗

* Each state will probably need its own resize handling, * so this space intentionally left blank * @param dX delta of X; * @param dY delta of Y; */

Source from the content-addressed store, hash-verified

396 * @param dY delta of Y;
397 */
398void State::resize(int &dX, int &dY)
399{
400 recenter(dX, dY);
401}
402
403/**
404 * Re-orients all the surfaces in the state.

Callers 5

load_fileFunction · 0.45
runMethod · 0.45
SavedBattleGameMethod · 0.45
calculateModuleMapMethod · 0.45
keyboardPressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected