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

virtual int OglGui::Sys::MainLoop (  )  [inline, virtual]

Definition at line 113 of file Sys.h.

References Impala::Util::Sleep(), and WindowManage().

00114     {
00115         bool done = false;
00116         while (!done)
00117         {
00118             done = (WindowManage() == 1);
00119         }
00120 
00121 #if !defined(OGL_USING_GLUT) && defined(WIN32)
00122         while(oglWndList)
00123             Sleep(300);
00124 #endif
00125 
00126         return 1;
00127     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:07:23 2010 for ImpalaSrc by  doxygen 1.5.1