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

Method setVisible

src/Engine/Surface.cpp:655–658  ·  view source on GitHub ↗

* Changes the visibility of the surface. A hidden surface * isn't blitted nor receives events. * @param visible New visibility. */

Source from the content-addressed store, hash-verified

653 * @param visible New visibility.
654 */
655void Surface::setVisible(bool visible)
656{
657 _visible = visible;
658}
659
660/**
661 * Returns the visible state of the surface.

Callers 1

setMouseActiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected