MCPcopy Create free account
hub / github.com/crawl/crawl / _expose

Method _expose

crawl-ref/source/ui.cc:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void OverlayWidget::_expose()
245{
246 // forcibly ensure that renders will be called. This sidesteps the region
247 // based code for deciding whether anything should be rendered, and leaves
248 // it up to the OverlayWidget.
249 ui_root.needs_paint = true;
250}
251
252shared_ptr<Widget> ContainerVec::get_child_at_offset(int x, int y)
253{

Callers 3

update_moreMethod · 0.80
skill_menuFunction · 0.80
runMethod · 0.80

Calls 1

expose_regionMethod · 0.80

Tested by

no test coverage detected