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

Method Frame

src/Interface/Frame.cpp:31–33  ·  view source on GitHub ↗

* Sets up a blank frame with the specified size and position. * @param width Width in pixels. * @param height Height in pixels. * @param x X position in pixels. * @param y Y position in pixels. */

Source from the content-addressed store, hash-verified

29 * @param y Y position in pixels.
30 */
31Frame::Frame(int width, int height, int x, int y) : Surface(width, height, x, y), _color(0), _bg(0), _thickness(5), _contrast(false)
32{
33}
34
35/**
36 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected