| 81 | } |
| 82 | |
| 83 | GuiControl* GuiTabPageCtrl::findHitControl(const Point2I &pt, S32 initialLayer) |
| 84 | { |
| 85 | return Parent::findHitControl(pt, initialLayer); |
| 86 | } |
| 87 | |
| 88 | void GuiTabPageCtrl::onMouseDown(const GuiEvent &event) |
| 89 | { |
no outgoing calls
no test coverage detected