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

Method TopAscii

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

Source from the content-addressed store, hash-verified

844}
845
846int NetHackQtKeyBuffer::TopAscii() const
847{
848 if ( Empty() ) return 0;
849 return ascii[out];
850}
851
852int NetHackQtKeyBuffer::TopState() const
853{

Callers 2

GetMethod · 0.45
SelectMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected