MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GUI_Handle_Button_ShowOverview

Method GUI_Handle_Button_ShowOverview

Source/GUI_Element.cpp:989–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987
988
989void cFodder::GUI_Handle_Button_ShowOverview() {
990
991 if (mPhase_Finished)
992 return;
993
994 if (Mouse_Button_Left_Toggled() < 0)
995 return;
996
997 mPhase_ShowMapOverview = -1;
998}
999
1000void cFodder::sub_3037A() {
1001

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected