Changeset 1555 for code/trunk/src/core/input/InputManager.cc
- Timestamp:
- Jun 6, 2008, 9:05:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/InputManager.cc
r1537 r1555 36 36 37 37 #include <limits.h> 38 38 39 #include "core/CoreIncludes.h" 39 40 #include "core/ConfigValueIncludes.h" … … 42 43 #include "core/ConsoleCommand.h" 43 44 #include "core/Shell.h" // hack! 45 44 46 #include "InputBuffer.h" 45 47 #include "KeyBinder.h" 46 48 #include "KeyDetector.h" 47 49 #include "CalibratorCallback.h" 50 51 #include "src/ois/OISException.h" 52 #include "src/ois/OISInputManager.h" 48 53 49 54 namespace orxonox … … 650 655 activeHandlers_[iHandler].first->tickInput(dt, activeHandlers_[iHandler].second); 651 656 } 652 657 653 658 void InputManager::_completeCalibration() 654 659 {
Note: See TracChangeset
for help on using the changeset viewer.