Improved three-key support. Default theme should be completely usable with three-key cabinets if ThreeKeyNavigation pref is true. Added ThreeKeyNavigation pref. ScreenOptions:NavigationMode metric now uses that pref to decide between normal and toggle modes. Added GoToFirstOnStart to OptionRowHandlerLua so an option row can control that behavior. Rewrote input for default's ScreenSelectProfile to use an input callback to take advantage of menu button mapping. Fixed inconsistent indentation in ORHL documentation.
This commit is contained in:
@@ -916,7 +916,7 @@ void ScreenOptions::ProcessMenuStart( const InputEventPlus &input )
|
||||
msg.SetParam( "Selected", bSelected );
|
||||
MESSAGEMAN->Broadcast( msg );
|
||||
|
||||
if( row.GetFirstItemGoesDown() )
|
||||
if(row.GetFirstItemGoesDown() && row.GoToFirstOnStart())
|
||||
{
|
||||
// move to the first choice in the row
|
||||
ChangeValueInRowRelative( m_iCurrentRow[pn], pn, -row.GetChoiceInRowWithFocus(pn), input.type != IET_FIRST_PRESS );
|
||||
|
||||
Reference in New Issue
Block a user