This commit is contained in:
Glenn Maynard
2006-01-16 04:36:17 +00:00
parent 9b2b22ffc0
commit b35e3448c7
+2 -3
View File
@@ -63,6 +63,7 @@ protected:
void UpdateText( int iRow ); void UpdateText( int iRow );
void UpdateEnabledDisabled(); void UpdateEnabledDisabled();
void UpdateEnabledDisabled( int iRow ); void UpdateEnabledDisabled( int iRow );
void StoreFocus( PlayerNumber pn );
virtual void MenuBack( PlayerNumber pn ); virtual void MenuBack( PlayerNumber pn );
virtual void MenuStart( const InputEventPlus &input ); virtual void MenuStart( const InputEventPlus &input );
@@ -110,7 +111,6 @@ protected:
int m_iCurrentRow[NUM_PLAYERS]; int m_iCurrentRow[NUM_PLAYERS];
int m_iFocusX[NUM_PLAYERS]; int m_iFocusX[NUM_PLAYERS];
void StoreFocus( PlayerNumber pn );
InputMode m_InputMode; InputMode m_InputMode;
@@ -126,6 +126,7 @@ protected:
AutoActor m_sprMore; AutoActor m_sprMore;
bool m_bWasOnExit[NUM_PLAYERS]; bool m_bWasOnExit[NUM_PLAYERS];
float m_fLockInputSecs;
// show if the current selections will disqualify a high score // show if the current selections will disqualify a high score
AutoActor m_sprDisqualify[NUM_PLAYERS]; AutoActor m_sprDisqualify[NUM_PLAYERS];
@@ -164,8 +165,6 @@ protected:
ThemeMetric<bool> ALLOW_REPEATING_CHANGE_VALUE_INPUT; ThemeMetric<bool> ALLOW_REPEATING_CHANGE_VALUE_INPUT;
ThemeMetric<float> CURSOR_TWEEN_SECONDS; ThemeMetric<float> CURSOR_TWEEN_SECONDS;
ThemeMetric<bool> WRAP_VALUE_IN_ROW; ThemeMetric<bool> WRAP_VALUE_IN_ROW;
float m_fLockInputSecs;
}; };
#endif #endif