Adding callbacks and viewports

This commit is contained in:
Dynamitos
2020-10-29 02:22:01 +01:00
parent b4fc5df74e
commit 84b3fa29bf
13 changed files with 230 additions and 25 deletions
+5
View File
@@ -30,3 +30,8 @@ void Seele::View::applyArea(URect area)
{
renderer->applyArea(area);
}
void View::setFocused()
{
owner->setFocused(this);
}