Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
bool IsLeftButton(Qt::MouseButtons buttons)
14
{
15
return buttons & Qt::LeftButton;
16
}
17
18
bool IsLeftButton(QMouseEvent const * const e)
19
{
Callers
9
mousePressEvent
Method · 0.85
mouseMoveEvent
Method · 0.85
mouseReleaseEvent
Method · 0.85
keyPressEvent
Method · 0.85
keyReleaseEvent
Method · 0.85
mouseDoubleClickEvent
Method · 0.85
mousePressEvent
Method · 0.85
mouseMoveEvent
Method · 0.85
mouseReleaseEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected