MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / Run

Method Run

projects/WinDurango.Testing/App.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void Run()
43 {
44 CoreWindow window = CoreWindow::GetForCurrentThread();
45 window.Activate();
46
47 CoreDispatcher dispatcher = window.Dispatcher();
48 dispatcher.ProcessEvents(CoreProcessEventsOption::ProcessUntilQuit);
49 }
50
51 void SetWindow(CoreWindow const &window)
52 {

Callers 2

_abi_RunMethod · 0.45

Calls 1

ActivateMethod · 0.80

Tested by

no test coverage detected