MCPcopy 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
230int NetHackQtBind::qt_kbhit()
231{
232 return !keybuffer.Empty();
233}
234
235
236static bool have_asked = false;

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected