Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
bool IsShiftModifier(QMouseEvent const * const e)
39
{
40
return e->modifiers() & Qt::ShiftModifier;
41
}
42
43
bool IsAltModifier(QMouseEvent const * const e)
44
{
Callers
1
mousePressEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected