* Keeps the animation timers running. */
| 113 | * Keeps the animation timers running. |
| 114 | */ |
| 115 | void Window::think() |
| 116 | { |
| 117 | if (_hidden && _popupStep < 1.0) |
| 118 | { |
| 119 | _state->hideAll(); |
| 120 | setHidden(false); |
| 121 | } |
| 122 | |
| 123 | _timer->think(0, this); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Plays the window popup animation. |