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

Method SelectMenu

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

Source from the content-addressed store, hash-verified

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"); }
113void NetHackQtWindow::PrintGlyph(int x UNUSED,int y UNUSED,const glyph_info *glyphinfo UNUSED,const glyph_info *bkglyphinfo UNUSED) { puts("unexpected PrintGlyph"); }
114//void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); }

Callers 1

qt_select_menuMethod · 0.45

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected