Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2008, 8:07:29 AM (16 years ago)
Author:
rgrieder
Message:

updated input branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/input/InputManager.cc

    r1537 r1629  
    3636
    3737#include <limits.h>
     38
    3839#include "core/CoreIncludes.h"
    3940#include "core/ConfigValueIncludes.h"
     
    4243#include "core/ConsoleCommand.h"
    4344#include "core/Shell.h"               // hack!
     45
    4446#include "InputBuffer.h"
    4547#include "KeyBinder.h"
    4648#include "KeyDetector.h"
    4749#include "CalibratorCallback.h"
     50
     51#include "src/ois/OISException.h"
     52#include "src/ois/OISInputManager.h"
    4853
    4954namespace orxonox
     
    650655      activeHandlers_[iHandler].first->tickInput(dt, activeHandlers_[iHandler].second);
    651656  }
    652    
     657
    653658  void InputManager::_completeCalibration()
    654659  {
Note: See TracChangeset for help on using the changeset viewer.