MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / selectcb

Function selectcb

Descent3/pilot.cpp:932–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932void selectcb(newuiMenu *menu, int16_t id, void *data) {
933 pilot_select_menu *select = (pilot_select_menu *)data;
934 if (id == IDP_SELECT) {
935 menu->SetFocusOnGadget(select->pilot_list);
936 }
937}
938
939void PilotSelect(void) {
940 newuiMenu menu;

Callers

nothing calls this directly

Calls 1

SetFocusOnGadgetMethod · 0.80

Tested by

no test coverage detected