Improved keyboard navigation within lists somewhat
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3668 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
94c1addf3f
commit
47224bd947
@ -530,6 +530,7 @@ void Screen::processAction(const int action, const unsigned int value, Input::In
|
||||
}
|
||||
|
||||
if(stay_within_list) break;
|
||||
else list->setSelected(-1);
|
||||
}
|
||||
|
||||
if(el != NULL && el->getTabGroup() != NULL &&
|
||||
@ -577,6 +578,7 @@ void Screen::processAction(const int action, const unsigned int value, Input::In
|
||||
}
|
||||
|
||||
if(stay_within_list) break;
|
||||
else list->setSelected(-1);
|
||||
}
|
||||
|
||||
if(el != NULL && el->getTabGroup() != NULL &&
|
||||
|
Loading…
Reference in New Issue
Block a user