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

Method getYScale

src/Engine/Action.cpp:56–59  ·  view source on GitHub ↗

* Returns the Y scaling factor used by the screen * when this action was fired (used to correct mouse input). * @return Screen's Y scaling factor. */

Source from the content-addressed store, hash-verified

54 * @return Screen's Y scaling factor.
55 */
56double Action::getYScale() const
57{
58 return _scaleY;
59}
60
61/**
62 * Sets this action as a mouse action with

Callers 15

runMethod · 0.45
mouseClickMethod · 0.45
mouseClickMethod · 0.45
mouseOverMethod · 0.45
stopScrollingMethod · 0.45
mouseReleaseMethod · 0.45
mouseOverMethod · 0.45
mapOverMethod · 0.45
btnStatsClickMethod · 0.45
handleMethod · 0.45
stopScrollingMethod · 0.45
moveSoldierUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected