Changeset 1322 for code/branches/console/src/core/InputHandler.cc
- Timestamp:
- May 19, 2008, 2:33:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/InputHandler.cc
r1313 r1322 39 39 #include "InputEvent.h" 40 40 #include "InputManager.h" 41 #include "CommandExecutor.h" 41 42 42 43 namespace orxonox … … 89 90 { 90 91 InputManager::getSingleton().setInputMode(IM_KEYBOARD); 92 CommandExecutor::execute("openConsole"); 91 93 } 92 94 else
Note: See TracChangeset
for help on using the changeset viewer.