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

Method GUI_Button_Filename

Source/GUI_Element.cpp:1375–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375void cFodder::GUI_Button_Filename() {
1376 int16 Data0 = mMouseY;
1377
1378 Data0 -= 0x3E;
1379 Data0 /= 0x15;
1380
1381 mGUI_Select_File_SelectedFileIndex = Data0;
1382 mGUI_SaveLoadAction = 2;
1383}
1384
1385int16 cFodder::GUI_Button_NoAction() {
1386 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected