MCPcopy 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
901void Input::RequestQuit() {
902 quit_requested_ = true;
903}
904
905bool Input::WasQuitRequested() {
906 return quit_requested_;

Callers 6

UpdateControlsMethod · 0.80
UpdateMethod · 0.80
DrawMethod · 0.80
RibbonItemClickedMethod · 0.80
DrawImGuiFunction · 0.80
PollEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected