- Timestamp:
- Aug 21, 2010, 10:20:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc
r7198 r7199 34 34 #include "core/ConsoleCommand.h" 35 35 #include "core/CoreIncludes.h" 36 #include "core/LuaState.h" 36 37 #include "core/ScopedSingletonManager.h" 37 38 #include "InputManager.h" … … 187 188 // else: A key was probably pressed within the same tick, ignore it. 188 189 } 190 191 void KeyBinderManager::registerKeybindCallback(LuaFunctor* function) 192 { 193 this->callbackFunction_ = function; 194 } 189 195 }
Note: See TracChangeset
for help on using the changeset viewer.