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

Method PutStr

outdated/win/Qt3/qt3_win.cpp:1467–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465bool NetHackQtWindow::Destroy() { return TRUE; }
1466void NetHackQtWindow::CursorTo(int x,int y) { puts("unexpected CursorTo"); }
1467void NetHackQtWindow::PutStr(int attr, const char* text) { puts("unexpected PutStr"); }
1468void NetHackQtWindow::StartMenu() { puts("unexpected StartMenu"); }
1469void NetHackQtWindow::AddMenu(int glyph, const ANY_P* identifier, char ch, char gch, int attr,
1470 const char* str, unsigned itemflags) { puts("unexpected AddMenu"); }

Callers 2

qt_putstrMethod · 0.45
qt_display_fileMethod · 0.45

Calls 4

putsFunction · 0.85
play_sound_for_messageFunction · 0.85
insertItemMethod · 0.80
putMessageMethod · 0.45

Tested by

no test coverage detected