Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ RequestQuit
Method
RequestQuit
Source/UserInput/input.cpp:901–903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
899
}
900
901
void Input::RequestQuit() {
902
quit_requested_ = true;
903
}
904
905
bool Input::WasQuitRequested() {
906
return quit_requested_;
Callers
6
UpdateControls
Method · 0.80
Update
Method · 0.80
Draw
Method · 0.80
RibbonItemClicked
Method · 0.80
DrawImGui
Function · 0.80
PollEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected