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

Method StartMenu

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

Source from the content-addressed store, hash-verified

101void NetHackQtWindow::CursorTo(int x UNUSED,int y UNUSED) { puts("unexpected CursorTo"); }
102void NetHackQtWindow::PutStr(int attr UNUSED, const QString& text UNUSED) { puts("unexpected PutStr"); }
103void NetHackQtWindow::StartMenu(bool using_WIN_INVEN UNUSED)
104 { puts("unexpected StartMenu"); }
105void NetHackQtWindow::AddMenu(int glyph UNUSED, const ANY_P* identifier UNUSED,
106 char ch UNUSED, char gch UNUSED, int attr UNUSED, int clr UNUSED,
107 const QString& str UNUSED, unsigned itemflags UNUSED)

Callers 1

qt_start_menuMethod · 0.45

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected