Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8008


Ignore:
Timestamp:
Mar 3, 2011, 2:30:41 AM (13 years ago)
Author:
rgrieder
Message:

InputManager should reload devices when the render device changes fullscreen/resolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/GraphicsManager.cc

    r7996 r8008  
    6666#include "XMLFile.h"
    6767#include "command/ConsoleCommand.h"
     68#include "input/InputManager.h"
    6869
    6970namespace orxonox
     
    500501            this->ogreRoot_->saveConfig();
    501502            Core::getInstance().updateOgreConfigTimestamp();
     503            // Also reload the input devices
     504            InputManager::getInstance().reload();
    502505        }
    503506
Note: See TracChangeset for help on using the changeset viewer.