MCPcopy Index your code
hub / github.com/NetHack/NetHack / Empty

Method Empty

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

Source from the content-addressed store, hash-verified

793}
794
795bool NetHackQtKeyBuffer::Empty() const { return in==out; }
796bool NetHackQtKeyBuffer::Full() const { return (in+1)%maxkey==out; }
797
798void NetHackQtKeyBuffer::Put(int k, int a, int state)

Callers 8

GetMethod · 0.45
SelectMenuMethod · 0.45
DisplayMethod · 0.45
ExecMethod · 0.45
qt_kbhitMethod · 0.45
qt_nhgetchMethod · 0.45
qt_nh_poskeyMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected