Resizing Ogre Window not reflected in CEGUI
Posted: Sat Jul 07, 2007 18:43
When I run in Ogre windowed mode and drag the window to resize CEGUI doesn't seem to reflect this.
At the right/bottom edge of the screen, it always returns the original resolution, not the new resolution I dragged the window to.
Any ideas?
Code: Select all
CEGUI::Point mousePos = CEGUI::MouseCursor::getSingleton().getPosition();
At the right/bottom edge of the screen, it always returns the original resolution, not the new resolution I dragged the window to.
Any ideas?