MCPcopy 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

36int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
37
38void NetHackQtClickBuffer::Get()
39{
40 out=(out+1)%maxclick;
41}
42
43} // namespace nethack_qt_

Callers 3

SearchMethod · 0.45
qt_nh_poskeyMethod · 0.45
qt_getlinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected