Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void OglGui::DocFlowDrag::KeyboardFunc ( int  c,
int  state 
) [inline]

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:


Generated on Fri Mar 19 12:00:45 2010 for ImpalaSrc by  doxygen 1.5.1