Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsRightButton
Function
IsRightButton
qt/qt_common/helpers.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
bool IsRightButton(Qt::MouseButtons buttons)
24
{
25
return buttons & Qt::RightButton;
26
}
27
28
bool IsRightButton(QMouseEvent const * const e)
29
{
Callers
3
mousePressEvent
Method · 0.85
mousePressEvent
Method · 0.85
mouseReleaseEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected