Changeset 5877 for code/branches/core5/src/libraries/core/input
- Timestamp:
- Oct 5, 2009, 1:34:10 AM (15 years ago)
- Location:
- code/branches/core5/src/libraries/core/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/input/KeyBinderManager.cc
r5869 r5877 41 41 { 42 42 KeyBinderManager* KeyBinderManager::singletonPtr_s = 0; 43 ManageScopedSingleton(KeyBinderManager, ScopeID::Graphics );43 ManageScopedSingleton(KeyBinderManager, ScopeID::Graphics, false); 44 44 45 45 KeyBinderManager::KeyBinderManager() -
code/branches/core5/src/libraries/core/input/KeyDetector.cc
r5869 r5877 40 40 std::string KeyDetector::callbackCommand_s = "KeyDetectorKeyPressed"; 41 41 KeyDetector* KeyDetector::singletonPtr_s = 0; 42 ManageScopedSingleton(KeyDetector, ScopeID::Graphics );42 ManageScopedSingleton(KeyDetector, ScopeID::Graphics, false); 43 43 44 44 KeyDetector::KeyDetector()
Note: See TracChangeset
for help on using the changeset viewer.