Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 12:26:05 AM (15 years ago)
Author:
rgrieder
Message:

Applied ScopedSingletonManager to KeyBinderManager and KeyDetector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/Core.h

    r5863 r5869  
    100100            scoped_ptr<GraphicsManager>   graphicsManager_;     //!< Interface to OGRE
    101101            scoped_ptr<InputManager>      inputManager_;        //!< Interface to OIS
    102             scoped_ptr<KeyBinderManager>  keyBinderManager_;    //!< Manages all KeyBinders
    103102            scoped_ptr<GUIManager>        guiManager_;          //!< Interface to GUI
    104103            scoped_ptr<Scope<ScopeID::Root> >     rootScope_;
Note: See TracChangeset for help on using the changeset viewer.