Reimplemented from OglGui::StaticText. Definition at line 67 of file TextField.h. References OglGui::Window::DisplayFunc(), and DrawTextWithCursor(). 00068 { 00069 Window::DisplayFunc(); 00070 00071 OGC oldOGC; 00072 OGCSave(&oldOGC); 00073 00074 DrawTextWithCursor(); 00075 00076 OGCRestore(&oldOGC); 00077 }
Here is the call graph for this function:
|