Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ clickCursor
Method
clickCursor
win/Qt/qt_map.cpp:476–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
void NetHackQtMapViewport::clickCursor()
477
{
478
clicksink.Put(cursor.x(), cursor.y(), CLICK_1);
479
qApp->exit();
480
}
481
482
// [re-]init map display to unexplored with no changed cells
483
void NetHackQtMapViewport::Clear()
Callers
1
keyPressEvent
Method · 0.45
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected