per-screen RepeatRate, RepeatDelay

This commit is contained in:
Glenn Maynard
2007-03-16 06:00:06 +00:00
parent c99c634d96
commit 1faeb65a40
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -72,6 +72,8 @@ protected:
static bool SortMessagesByDelayRemaining(const QueuedScreenMessage &m1, const QueuedScreenMessage &m2);
ThemeMetric<bool> ALLOW_OPERATOR_MENU_BUTTON;
ThemeMetric<float> REPEAT_RATE;
ThemeMetric<float> REPEAT_DELAY;
// If left blank, the NextScreen metric will be used.
RString m_sNextScreen;