Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ qt_kbhit
Method
qt_kbhit
win/Qt/qt_bind.cpp:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
int NetHackQtBind::qt_kbhit()
231
{
232
return !keybuffer.Empty();
233
}
234
235
236
static bool have_asked = false;
Callers
nothing calls this directly
Calls
1
Empty
Method · 0.45
Tested by
no test coverage detected