Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Get
Method
Get
outdated/win/Qt3/qt3_win.cpp:879–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
878
879
void NetHackQtClickBuffer::Get()
880
{
881
out=(out+1)%maxclick;
882
}
883
884
class NhPSListViewItem : public QListViewItem {
885
public:
Callers
4
Search
Method · 0.45
mousePressEvent
Method · 0.45
qt_nh_poskey
Method · 0.45
qt_getlin
Method · 0.45
Calls
9
centerOnMain
Function · 0.70
width
Method · 0.45
height
Method · 0.45
Empty
Method · 0.45
TopKey
Method · 0.45
TopAscii
Method · 0.45
GetState
Method · 0.45
fakeEvent
Method · 0.45
GetKey
Method · 0.45
Tested by
no test coverage detected