Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Get
Method
Get
win/Qt/qt_click.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
37
38
void NetHackQtClickBuffer::Get()
39
{
40
out=(out+1)%maxclick;
41
}
42
43
} // namespace nethack_qt_
Callers
3
Search
Method · 0.45
qt_nh_poskey
Method · 0.45
qt_getlin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected