Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 10, 2008, 9:43:50 PM (16 years ago)
Author:
rgrieder
Message:

added reloading support for the InputManager. This could be useful when using a GUI and you want to load a joyStick that has just been plugged in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/Orxonox.cc

    r1654 r1656  
    269269                inputManager_ = new InputManager();
    270270                inputManager_->initialise(graphicsEngine_->getWindowHandle(),
    271                     graphicsEngine_->getWindowWidth(), graphicsEngine_->getWindowHeight(), true, true, true);
     271                    graphicsEngine_->getWindowWidth(), graphicsEngine_->getWindowHeight(), true);
    272272                KeyBinder* keyBinder = new KeyBinder();
    273273                keyBinder->loadBindings();
Note: See TracChangeset for help on using the changeset viewer.