Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
bool IsCommandModifier(QMouseEvent const * const e)
34
{
35
return e->modifiers() & Qt::ControlModifier;
36
}
37
38
bool IsShiftModifier(QMouseEvent const * const e)
39
{
Callers
2
mousePressEvent
Method · 0.85
GetDfTouchEventFromQMouseEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected