MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Exit

Method Exit

src/render/app/win/app_manager_win.cpp:383–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 }
382
383 void AppManagerWinImpl::Exit() {
384 CloseCurrentApp();
385 }
386
387 void* AppManagerWinImpl::GetWindowHandle() {
388 return target_window_info_.win_handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected