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:
|