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

Function IsShiftModifier

qt/qt_common/helpers.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool IsShiftModifier(QMouseEvent const * const e)
39{
40 return e->modifiers() & Qt::ShiftModifier;
41}
42
43bool IsAltModifier(QMouseEvent const * const e)
44{

Callers 1

mousePressEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected