* Put the selected item in the menu in yellow.
This commit is contained in:
jean.chalard
2009-01-04 07:04:58 +00:00
parent 7111742c4c
commit 449d1eecb7
3 changed files with 13 additions and 23 deletions

View File

@@ -75,3 +75,8 @@ int SimpleMenuItem::GetWidth()
{
return mFont->GetStringWidth(mText.c_str());
}
bool SimpleMenuItem::hasFocus()
{
return mHasFocus;
}