0.0
[inline]
Definition at line 23 of file AppControlGUI.h.
References mAllowInstantExit, mInterval, and mLastTime.
00024 : AppControl(id, alwaysActive) 00025 { 00026 mInterval = interval; 00027 mLastTime = 0.0; 00028 mAllowInstantExit = false; 00029 }