Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
bool IsAltModifier(QMouseEvent const * const e)
44
{
45
return e->modifiers() & Qt::AltModifier;
46
}
47
48
location::GpsInfo MakeGpsInfo(m2::PointD const & point)
49
{
Callers
3
mousePressEvent
Method · 0.85
mouseMoveEvent
Method · 0.85
mouseReleaseEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected