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

Method qt_select_menu

win/Qt/qt_bind.cpp:505–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505int NetHackQtBind::qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list)
506{
507 NetHackQtWindow* window=id_to_window[(int)wid];
508 return window->SelectMenu(how,menu_list);
509}
510
511void NetHackQtBind::qt_update_inventory(int arg UNUSED)
512{

Callers

nothing calls this directly

Calls 1

SelectMenuMethod · 0.45

Tested by

no test coverage detected