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

Method SettingsButtonCbFun

NetStream/source/menus/menu_generic.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static paf::vector<menu::GenericMenu*> s_menuStack;
13
14void menu::SettingsButtonCbFun(int32_t type, ui::Handler *self, ui::Event *e, void *userdata)
15{
16 new menu::Settings();
17}
18
19menu::GenericMenu::GenericMenu(const char *name, MenuOpenParam const& oparam, MenuCloseParam const& cparam)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected