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

Method NextMod

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

Source from the content-addressed store, hash-verified

875int NetHackQtClickBuffer::NextX() const { return click[out].x; }
876int NetHackQtClickBuffer::NextY() const { return click[out].y; }
877int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
878
879void NetHackQtClickBuffer::Get()
880{

Callers 1

qt_nh_poskeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected