MCPcopy Create free account
hub / github.com/comaps/comaps / IsLeftButton

Function IsLeftButton

qt/qt_common/helpers.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13bool IsLeftButton(Qt::MouseButtons buttons)
14{
15 return buttons & Qt::LeftButton;
16}
17
18bool IsLeftButton(QMouseEvent const * const e)
19{

Callers 9

mousePressEventMethod · 0.85
mouseMoveEventMethod · 0.85
mouseReleaseEventMethod · 0.85
keyPressEventMethod · 0.85
keyReleaseEventMethod · 0.85
mouseDoubleClickEventMethod · 0.85
mousePressEventMethod · 0.85
mouseMoveEventMethod · 0.85
mouseReleaseEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected