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

Method TopKey

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

Source from the content-addressed store, hash-verified

838}
839
840int NetHackQtKeyBuffer::TopKey() const
841{
842 if ( Empty() ) return 0;
843 return key[out];
844}
845
846int NetHackQtKeyBuffer::TopAscii() const
847{

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected