MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / pause

Method pause

Source/Falcor/Utils/Debug/DebugConsole.h:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void pause() const
97 {
98 std::cout << "Press any key to continue..." << std::endl;
99 flush();
100 char c = std::cin.get();
101 }
102
103 void flush() const
104 {

Callers 7

TaskManagerMethod · 0.45
SampleAppMethod · 0.45
handleKeyboardEventMethod · 0.45
renderGlobalUIMethod · 0.45
onGuiRenderMethod · 0.45
create_testbedFunction · 0.45
render_framesFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected