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

Method setDY

src/Interface/Window.cpp:277–280  ·  view source on GitHub ↗

* Changes the vertical offset of the surface in the Y axis. * @param dy Y position in pixels. */

Source from the content-addressed store, hash-verified

275 * @param dy Y position in pixels.
276 */
277void Window::setDY(int dy)
278{
279 _dy = dy;
280}
281
282/**
283 * Changes the window to have a thin border.

Callers 2

BuildNewBaseStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected