Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3881
void NetHackQtMainWindow::doKeys(const QString& k)
3882
{
3883
keysink.Put(k);
3884
qApp->exit_loop();
3885
}
3886
3887
void NetHackQtMainWindow::AddMessageWindow(NetHackQtMessageWindow* window)
3888
{
Callers
nothing calls this directly
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected