Add some widget layout and ability event handling.

This commit is contained in:
jmsgrogan 2020-06-20 19:00:06 +01:00
parent b99708e7d3
commit 4e85edacc8
24 changed files with 285 additions and 31 deletions

View file

@ -8,7 +8,7 @@ TextBox::TextBox()
mContent(),
mCaps(false)
{
mBackgroundColor = Color::Create(200, 200, 200);
mBackgroundColor = Color::Create(240, 240, 220);
}
std::unique_ptr<TextBox> TextBox::Create()