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

Method doKeys

win/Qt/qt_main.cpp:1104–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102#endif
1103
1104void NetHackQtMainWindow::doKeys(const char *cmds)
1105{
1106 keysink.Put(cmds);
1107 qApp->exit();
1108}
1109
1110void NetHackQtMainWindow::doKeys(const QString& k)
1111{

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected