Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ isPressed
Method
isPressed
source/MRViewer/MRMouseController.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
bool MouseController::isPressed( MouseButton btn ) const
62
{
63
return downState_.test( int( btn ) );
64
}
65
66
bool MouseController::isPressedAny() const
67
{
Callers
2
emsDropEvents
Function · 0.80
drawHistory_
Method · 0.80
Calls
1
test
Method · 0.45
Tested by
no test coverage detected