Changeset 523 for code/branches/FICN/src/orxonox/orxonox.cc
- Timestamp:
- Dec 13, 2007, 11:27:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.cc
r519 r523 457 457 // the call to reset the mouse clipping size should probably be somewhere 458 458 // else, however this works for the moment. 459 460 461 462 463 464 465 459 unsigned int width, height, depth; 460 int left, top; 461 ogre_->getRoot()->getAutoCreatedWindow()->getMetrics(width, height, depth, left, top); 462 463 const OIS::MouseState &ms = mouse_->getMouseState(); 464 ms.width = width; 465 ms.height = height; 466 466 467 467 ogre_->getRoot()->startRendering();
Note: See TracChangeset
for help on using the changeset viewer.