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

Method Display

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

Source from the content-addressed store, hash-verified

97//
98void NetHackQtWindow::Clear() { puts("unexpected Clear"); }
99void NetHackQtWindow::Display(bool block UNUSED) { puts("unexpected Display"); }
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"); }

Callers

nothing calls this directly

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected