Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
832
int NetHackQtKeyBuffer::GetState()
833
{
834
if ( Empty() ) return 0;
835
int r=TopState();
836
out=(out+1)%maxkey;
837
return r;
838
}
839
840
int NetHackQtKeyBuffer::TopKey() const
841
{
Callers
1
Get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected