----------------------------------------------------------------------------- VController::reset(); Reset the Controller to the start of the sequence. -----------------------------------------------------------------------------
| 255 | // |
| 256 | //----------------------------------------------------------------------------- |
| 257 | void VController::reset( void ) |
| 258 | { |
| 259 | // Reset. |
| 260 | reset( ( isPlayingForward() ) ? 0 : mDuration ); |
| 261 | } |
| 262 | |
| 263 | //----------------------------------------------------------------------------- |
| 264 | // |
no test coverage detected