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

Method EndMenu

win/Qt/qt_win.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 const QString& str UNUSED, unsigned itemflags UNUSED)
108 { puts("unexpected AddMenu"); }
109void NetHackQtWindow::EndMenu(const QString& prompt UNUSED) { puts("unexpected EndMenu"); }
110int NetHackQtWindow::SelectMenu(int how UNUSED, MENU_ITEM_P **menu_list UNUSED)
111 { puts("unexpected SelectMenu"); return 0; }
112void NetHackQtWindow::ClipAround(int x UNUSED,int y UNUSED) { puts("unexpected ClipAround"); }

Callers 1

qt_end_menuMethod · 0.45

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected