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

virtual void OglGui::TextArea::KeyboardFunc ( INT  c,
int  state 
) [inline, virtual]

Definition at line 144 of file TextArea.h.

References OglGui::Window::KeyboardFunc(), mScrollBar, and OglGui::ScrollBar::ScrollKeys().

00145     {
00146         Window::KeyboardFunc(c, state);
00147         if (mScrollBar)
00148             mScrollBar->ScrollKeys(c, state);
00149     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:02 2011 for ImpalaSrc by  doxygen 1.5.1