Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2008, 3:30:15 PM (16 years ago)
Author:
rgrieder
Message:

Changed initialisation of internally handled InputStates and InputHandlers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/input/SimpleInputState.cc

    r1878 r1881  
    184184    }
    185185
    186     //void SimpleInputState::removeAndDestroyAllHandlers()
    187     //{
    188     //    for (std::vector<InputHandler*>::iterator it = allHandlers_.begin();
    189     //        it != allHandlers_.end(); ++it)
    190     //        delete *it;
    191 
    192     //    allHandlers_.clear();
    193     //    keyHandler_ = 0;
    194     //    mouseHandler_ = 0;
    195     //    joyStickHandlerAll_ = 0;
    196     //    for (unsigned int iJoyStick = 0; iJoyStick < joyStickHandler_.size(); ++iJoyStick)
    197     //        joyStickHandler_[iJoyStick] = 0;
    198 
    199     //    update();
    200     //}
    201 
    202186    /**
    203187    @brief
Note: See TracChangeset for help on using the changeset viewer.