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.cc

    r5867 r5869  
    7070#include "TclThreadManager.h"
    7171#include "input/InputManager.h"
    72 #include "input/KeyBinderManager.h"
    7372
    7473namespace orxonox
     
    290289        inputManager_.reset(new InputManager());
    291290
    292         // Manages KeyBinders and makes them available
    293         keyBinderManager_.reset(new KeyBinderManager());
    294 
    295291        // load the CEGUI interface
    296292        guiManager_.reset(new GUIManager(graphicsManager_->getRenderWindow(),
     
    309305        this->graphicsScope_.reset();
    310306        this->guiManager_.reset();
    311         this->keyBinderManager_.reset();
    312307        this->inputManager_.reset();
    313308        this->graphicsManager_.reset();
Note: See TracChangeset for help on using the changeset viewer.