MCPcopy Create free account
hub / github.com/ZDoom/Raze / ActivateWindow

Method ActivateWindow

libraries/ZWidget/src/core/widget.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void Widget::ActivateWindow()
229{
230 if (Type != WidgetType::Child)
231 {
232 DispWindow->Activate();
233 }
234}
235
236void Widget::Close()
237{

Callers 1

SetFocusMethod · 0.80

Calls 1

ActivateMethod · 0.45

Tested by

no test coverage detected