MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getPickThrough

Function getPickThrough

source/MRViewer/MRObjectTransformWidget.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 // Enables or disables pick through mode, in this mode controls will be picked even if they are occluded by other objects
62 void setPickThrough( bool on ) { pickThrough_ = on; }
63 bool getPickThrough() const { return pickThrough_; }
64
65 // Returns currently hovered control
66 ControlBit getHoveredControl() const { return hoveredControl_; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected