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/InputManager.h

    r1878 r1881  
    193193
    194194        // some internally handled states and handlers
    195         SimpleInputState*                   stateDetector_;        //!< KeyDetector instance
    196         SimpleInputState*                   stateCalibrator_;
    197195        SimpleInputState*                   stateEmpty_;
    198196        ExtendedInputState*                 stateMaster_;          //!< Always active master input state
     197        KeyDetector*                        keyDetector_;        //!< KeyDetector instance
     198        InputBuffer*                        calibratorCallbackBuffer_;
    199199
    200200        std::map<std::string, InputState*>  inputStatesByName_;
Note: See TracChangeset for help on using the changeset viewer.