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

Method getSurface

src/Engine/Screen.cpp:130–134  ·  view source on GitHub ↗

* Returns the screen's internal buffer surface. Any * contents that need to be shown will be blitted to this. * @return Pointer to the buffer surface. */

Source from the content-addressed store, hash-verified

128 * @return Pointer to the buffer surface.
129 */
130Surface *Screen::getSurface()
131{
132 _pushPalette = true;
133 return _surface;
134}
135
136/**
137 * Handles screen key shortcuts.

Callers 2

flipMethod · 0.45
resetDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected