MCPcopy Create free account
hub / github.com/NetHack/NetHack / mousePressEvent

Method mousePressEvent

outdated/win/Qt3/qt3_win.cpp:1616–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614}
1615
1616void NetHackQtMapWindow::mousePressEvent(QMouseEvent* event)
1617{
1618 clicksink.Put(
1619 event->pos().x()/qt_settings->glyphs().width(),
1620 event->pos().y()/qt_settings->glyphs().height(),
1621 event->button()==LeftButton ? CLICK_1 : CLICK_2
1622 );
1623 qApp->exit_loop();
1624}
1625
1626static
1627const QPen& nhcolor_to_pen(int c)

Callers

nothing calls this directly

Calls 6

PutMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45
SelectableMethod · 0.45
SetDefaultMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected