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

Method GetState

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

Source from the content-addressed store, hash-verified

830}
831
832int NetHackQtKeyBuffer::GetState()
833{
834 if ( Empty() ) return 0;
835 int r=TopState();
836 out=(out+1)%maxkey;
837 return r;
838}
839
840int NetHackQtKeyBuffer::TopKey() const
841{

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected