Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TaskManager
Method · 0.45
SampleApp
Method · 0.45
handleKeyboardEvent
Method · 0.45
renderGlobalUI
Method · 0.45
onGuiRender
Method · 0.45
create_testbed
Function · 0.45
render_frames
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected