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

Method ImageButton

src/Interface/ImageButton.cpp:32–34  ·  view source on GitHub ↗

* Sets up an image button 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

30 * @param y Y position in pixels.
31 */
32ImageButton::ImageButton(int width, int height, int x, int y) : InteractiveSurface(width, height, x, y), _color(0), _group(0), _inverted(false)
33{
34}
35
36/**
37 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected