MCPcopy Create free account
hub / github.com/NetHack/NetHack / qt_select_menu

Method qt_select_menu

outdated/win/Qt3/qt3_win.cpp:4841–4845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4839}
4840
4841int NetHackQtBind::qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list)
4842{
4843 NetHackQtWindow* window=id_to_window[wid];
4844 return window->SelectMenu(how,menu_list);
4845}
4846
4847void NetHackQtBind::qt_update_inventory()
4848{

Callers

nothing calls this directly

Calls 1

SelectMenuMethod · 0.45

Tested by

no test coverage detected