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

Method doKeys

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

Source from the content-addressed store, hash-verified

3879}
3880
3881void NetHackQtMainWindow::doKeys(const QString& k)
3882{
3883 keysink.Put(k);
3884 qApp->exit_loop();
3885}
3886
3887void NetHackQtMainWindow::AddMessageWindow(NetHackQtMessageWindow* window)
3888{

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected