Changeset 1497 for code/branches/network/src/core
- Timestamp:
- Jun 1, 2008, 11:32:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/InputManager.cc
r1495 r1497 139 139 if (mouse_) 140 140 { 141 //// hack the mouse position142 //((OIS::MouseState&)mouse_->getMouseState()).X.abs = windowWidth/2;143 //((OIS::MouseState&)mouse_->getMouseState()).Y.abs = windowHeight/2;144 141 setWindowExtents(windowWidth, windowHeight); 145 142 }
Note: See TracChangeset
for help on using the changeset viewer.