Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:25 2011 for ImpalaSrc by  doxygen 1.5.1