Definition at line 134 of file VideoJpgPlayer.h. References mIncrement, mNormalSpeed, OglGui::OglWindow::mOglWnd, and mPlaying. Referenced by FBwd(), FFwd(), KeyboardFunc(), and Impala::Visualization::VideoJpgPlayerControl::OnRadioChange(). 00135 { 00136 mPlaying = true; 00137 mNormalSpeed = true; 00138 mIncrement = 1; 00139 oglSys.SetAlwaysDraw(mOglWnd, true); 00140 }
|