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/input/KeyBinderManager.cc

    r5863 r5869  
    3434#include "core/ConsoleCommand.h"
    3535#include "core/CoreIncludes.h"
     36#include "core/ScopedSingletonManager.h"
    3637#include "InputManager.h"
    3738#include "KeyDetector.h"
     
    4041{
    4142    KeyBinderManager* KeyBinderManager::singletonPtr_s = 0;
     43    ManageScopedSingleton(KeyBinderManager, ScopeID::Graphics);
    4244
    4345    KeyBinderManager::KeyBinderManager()
Note: See TracChangeset for help on using the changeset viewer.