| 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_; } |
no outgoing calls
no test coverage detected