MCPcopy 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
23bool IsRightButton(Qt::MouseButtons buttons)
24{
25 return buttons & Qt::RightButton;
26}
27
28bool IsRightButton(QMouseEvent const * const e)
29{

Callers 3

mousePressEventMethod · 0.85
mousePressEventMethod · 0.85
mouseReleaseEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected