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

Method qt_kbhit

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

Source from the content-addressed store, hash-verified

4556}
4557
4558int NetHackQtBind::qt_kbhit()
4559{
4560 return !keybuffer.Empty();
4561}
4562
4563static bool have_asked = FALSE;
4564

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected