J :
* Put the selected item in the menu in yellow.
This commit is contained in:
@@ -75,3 +75,8 @@ int SimpleMenuItem::GetWidth()
|
||||
{
|
||||
return mFont->GetStringWidth(mText.c_str());
|
||||
}
|
||||
|
||||
bool SimpleMenuItem::hasFocus()
|
||||
{
|
||||
return mHasFocus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user