MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / OnOptionMenuEvent

Method OnOptionMenuEvent

NetStream/source/menus/menu_server.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void menu::GenericServerMenu::OnOptionMenuEvent(int32_t type)
89{
90 if (type == OptionMenu::OptionMenuEvent_Close)
91 {
92 return;
93 }
94
95 menu::SettingsButtonCbFun(ui::Button::CB_BTN_DECIDE, NULL, 0, NULL);
96}
97
98ui::ListItem *menu::GenericServerMenu::CreateListItem(ui::listview::ItemFactory::CreateParam& param)
99{

Callers 1

GenericServerMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected