MCPcopy Create free account
hub / github.com/comaps/comaps / IsAltModifier

Function IsAltModifier

qt/qt_common/helpers.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool IsAltModifier(QMouseEvent const * const e)
44{
45 return e->modifiers() & Qt::AltModifier;
46}
47
48location::GpsInfo MakeGpsInfo(m2::PointD const & point)
49{

Callers 3

mousePressEventMethod · 0.85
mouseMoveEventMethod · 0.85
mouseReleaseEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected