Changeset 1692 for code/branches/gui/src/core/input/InputManager.cc
- Timestamp:
- Aug 31, 2008, 10:27:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/InputManager.cc
r1672 r1692 637 637 internalState_ &= ~JoyStickSupport; 638 638 } 639 internalState_ |= Ticking;640 639 641 640 // check for states to leave … … 671 670 _destroyState((*rit)); 672 671 } 672 stateDestroyRequests_.clear(); 673 674 // mark that we capture and distribute input 675 internalState_ |= Ticking; 673 676 674 677 // Capture all the input. This calls the event handlers in InputManager. … … 730 733 for (std::set<InputState*>::const_iterator it = tempSet.begin();it != tempSet.end(); ++it) 731 734 activeStatesTicked_.push_back(*it); 735 736 this->mouseButtonsDown_.clear(); 732 737 } 733 738
Note: See TracChangeset
for help on using the changeset viewer.