Adding callbacks and viewports
This commit is contained in:
@@ -30,3 +30,8 @@ void Seele::View::applyArea(URect area)
|
||||
{
|
||||
renderer->applyArea(area);
|
||||
}
|
||||
|
||||
void View::setFocused()
|
||||
{
|
||||
owner->setFocused(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user