Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ clickCursor
Method
clickCursor
outdated/win/Qt3/qt3_win.cpp:1610–1614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1608
}
1609
1610
void NetHackQtMapWindow::clickCursor()
1611
{
1612
clicksink.Put(cursor.x(),cursor.y(),CLICK_1);
1613
qApp->exit_loop();
1614
}
1615
1616
void NetHackQtMapWindow::mousePressEvent(QMouseEvent* event)
1617
{
Callers
1
keyPressEvent
Method · 0.45
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected