MCPcopy 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
1610void NetHackQtMapWindow::clickCursor()
1611{
1612 clicksink.Put(cursor.x(),cursor.y(),CLICK_1);
1613 qApp->exit_loop();
1614}
1615
1616void NetHackQtMapWindow::mousePressEvent(QMouseEvent* event)
1617{

Callers 1

keyPressEventMethod · 0.45

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected