Changeset 944 for code/branches/input/src
- Timestamp:
- Mar 27, 2008, 9:23:31 PM (17 years ago)
- Location:
- code/branches/input/src
- Files:
-
- 28 added
- 19 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/CMakeLists.txt
r871 r944 6 6 ADD_SUBDIRECTORY(audio) 7 7 ADD_SUBDIRECTORY(network) 8 #ADD_SUBDIRECTORY(loader)9 8 ADD_SUBDIRECTORY(orxonox) -
code/branches/input/src/orxonox/InputHandler.cc
r940 r944 123 123 { 124 124 // something went wrong with the initialisation 125 COUT(ORX_ERROR) << "Error: Failed creating an input system . Message: \"" << ex.eText << "\"" << std::endl;125 COUT(ORX_ERROR) << "Error: Failed creating an input system/keyboard/mouse. Message: \"" << ex.eText << "\"" << std::endl; 126 126 this->inputSystem_ = 0; 127 127 return false;
Note: See TracChangeset
for help on using the changeset viewer.