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

Method Empty

win/Qt/qt_key.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool NetHackQtKeyBuffer::Empty() const
49{
50 return (in == out);
51}
52
53bool NetHackQtKeyBuffer::Full() const
54{

Callers 3

qt_kbhitMethod · 0.45
qt_nhgetchMethod · 0.45
qt_nh_poskeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected