MCPcopy 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
61bool MouseController::isPressed( MouseButton btn ) const
62{
63 return downState_.test( int( btn ) );
64}
65
66bool MouseController::isPressedAny() const
67{

Callers 2

emsDropEventsFunction · 0.80
drawHistory_Method · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected