Platform/PlatformWindow: adding getOwner()
This commit is contained in:
parent
1288ef88b8
commit
cadbbf9d8b
2 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ PlatformWindow::~PlatformWindow()
|
|||
// Nothing to do.
|
||||
}
|
||||
|
||||
Window* PlatformWindow::getOwner()
|
||||
{
|
||||
return m_owner;
|
||||
}
|
||||
|
||||
void PlatformWindow::onReshape(int width, int height)
|
||||
{
|
||||
// Forward to parent.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue