MCPcopy 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
476void 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
483void NetHackQtMapViewport::Clear()

Callers 1

keyPressEventMethod · 0.45

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected