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

Method PutStr

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

Source from the content-addressed store, hash-verified

100bool NetHackQtWindow::Destroy() { return true; }
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,

Callers

nothing calls this directly

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected