SDK/BaseWidget: Add OnParentResized method

This commit is contained in:
Lynix
2017-01-11 18:27:32 +01:00
parent c9b84e3852
commit 4f1438f0f1
3 changed files with 14 additions and 1 deletions

View File

@@ -126,6 +126,10 @@ namespace Ndk
{
}
void BaseWidget::OnParentResized(const Nz::Vector2f& newSize)
{
}
void BaseWidget::OnTextEntered(char32_t character, bool repeated)
{
}