| 50 | } |
| 51 | |
| 52 | void FocusInfoControl::notifyFrameStart(float _time) |
| 53 | { |
| 54 | if (getRoot()->getVisible()) |
| 55 | updateFocusWidgetHelpers(); |
| 56 | } |
| 57 | |
| 58 | void FocusInfoControl::updateFocusWidgetHelpers() |
| 59 | { |
nothing calls this directly
no test coverage detected