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

Method blit

src/Basescape/BaseView.cpp:496–503  ·  view source on GitHub ↗

* Blits the base view and selector. * @param surface Pointer to surface to blit onto. */

Source from the content-addressed store, hash-verified

494 * @param surface Pointer to surface to blit onto.
495 */
496void BaseView::blit(Surface *surface)
497{
498 Surface::blit(surface);
499 if (_selector != 0)
500 {
501 _selector->blit(surface);
502 }
503}
504
505/**
506 * Selects the facility the mouse is over.

Callers 6

SoldierInfoStateMethod · 0.45
initMethod · 0.45
drawMethod · 0.45
BaseInfoStateMethod · 0.45
initMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected