Page 1 of 1

Resizing Ogre Window not reflected in CEGUI

Posted: Sat Jul 07, 2007 18:43
by Rakkar
When I run in Ogre windowed mode and drag the window to resize CEGUI doesn't seem to reflect this.

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?

Posted: Sat Jul 07, 2007 21:28
by Rackle
Have a read through this and this. Hope that helps.