Changeset 7861 for code/trunk/src/libraries/core/command/ConsoleCommand.cc
- Timestamp:
- Feb 12, 2011, 11:54:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/ConsoleCommand.cc
r7401 r7861 38 38 #include "core/Language.h" 39 39 #include "core/GameMode.h" 40 #include "core/input/KeyBinder.h" 41 #include "core/input/KeyBinderManager.h" 40 42 41 43 namespace orxonox … … 575 577 576 578 /** 579 @brief Changes the keybind mode. 580 */ 581 ConsoleCommand& ConsoleCommand::changeKeybindMode(KeybindMode::Value mode) 582 { 583 KeyBinderManager::getInstance().getCurrent()->changeMode(this, mode); 584 585 this->keybindMode(mode); 586 return *this; 587 } 588 589 /** 577 590 @brief Returns the command with given group an name. 578 591 @param group The group of the requested command
Note: See TracChangeset
for help on using the changeset viewer.