| 34 | } |
| 35 | |
| 36 | Eigen::Vector2d ScrollableContainer::getScrollPos() const |
| 37 | { |
| 38 | return mScrollPos; |
| 39 | } |
| 40 | |
| 41 | void ScrollableContainer::setScrollPos(const Eigen::Vector2d& pos) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected