Changeset 1660 for code/branches/gui/src/core/input/InputManager.cc
- Timestamp:
- Aug 17, 2008, 7:27:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/InputManager.cc
r1659 r1660 498 498 499 499 joySticks_.clear(); 500 _redimensionLists(); 500 // don't use _redimensionLists(), might mess with registered handler if 501 // downgrading from 2 to 1 joystick 502 //_redimensionLists(); 503 joySticksSize_ = 0; 501 504 } 502 505 CCOUT(4) << "Joy sticks destroyed." << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.