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

Function IsCommandModifier

qt/qt_common/helpers.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool IsCommandModifier(QMouseEvent const * const e)
34{
35 return e->modifiers() & Qt::ControlModifier;
36}
37
38bool IsShiftModifier(QMouseEvent const * const e)
39{

Callers 2

mousePressEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected