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

Method NextY

win/Qt/qt_click.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34int NetHackQtClickBuffer::NextX() const { return click[out].x; }
35int NetHackQtClickBuffer::NextY() const { return click[out].y; }
36int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
37
38void NetHackQtClickBuffer::Get()

Callers 1

qt_nh_poskeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected