Definition at line 161 of file DocFlowDrag.h. References OglGui::RepeatTimer::SetRepeatDelays(). Referenced by Impala::Visualization::ImageSetIdxGrid::KeyboardFunc(), and Impala::Visualization::DirImViewer::KeyboardFunc(). 00162 { 00163 if (c>='0' && c <= '9') 00164 SetRepeatDelays((c-'0')*10,(c-'0')*10); 00165 }
Here is the call graph for this function:
|