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

Method qt_end_menu

win/Qt/qt_bind.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void NetHackQtBind::qt_end_menu(winid wid, const char *prompt)
500{
501 NetHackQtWindow* window=id_to_window[(int)wid];
502 window->EndMenu(prompt);
503}
504
505int NetHackQtBind::qt_select_menu(winid wid, int how, MENU_ITEM_P **menu_list)
506{

Callers

nothing calls this directly

Calls 1

EndMenuMethod · 0.45

Tested by

no test coverage detected