MCPcopy Create free account
hub / github.com/VSWSL/Arch-WSL / PromptForInput

Method PromptForInput

ArchWSL/Helpers.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Helpers::PromptForInput()
62{
63 Helpers::PrintMessage(MSG_PRESS_A_KEY);
64 _getwch();
65 return;
66}
67
68namespace {
69 HRESULT FormatMessageHelperVa(DWORD messageId, va_list vaList, std::wstring* message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected