0.0
[inline]
Definition at line 16 of file AppControlGUI.h.
References mAllowInstantExit, mInterval, and mLastTime.
00016 : AppControl(-1, false) 00017 { 00018 mInterval = interval; 00019 mLastTime = 0.0; 00020 mAllowInstantExit = false; 00021 }