Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
int NetHackQtClickBuffer::NextX() const { return click[out].x; }
35
int NetHackQtClickBuffer::NextY() const { return click[out].y; }
36
int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
37
38
void NetHackQtClickBuffer::Get()
Callers
1
qt_nh_poskey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected