Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2008, 9:58:13 AM (17 years ago)
Author:
rgrieder
Message:
  • added some const qualifiers
  • renamed a few very ugly variables for the 7th time
  • added new functions (isHandlerActive, isDeviceInitialised)
Location:
code/branches/input/src/orxonox
Files:
2 edited

Legend:

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

    r1182 r1204  
    414414  void Orxonox::startRenderLoop()
    415415  {
    416     InputBuffer* ib = dynamic_cast<InputBuffer*>(InputManager::getKeyListener("buffer"));
     416    InputBuffer* ib = dynamic_cast<InputBuffer*>(InputManager::getKeyHandler("buffer"));
    417417    console_ = new Testconsole(ib);
    418418    ib->registerListener(console_, &Testconsole::listen, true);
  • code/branches/input/src/orxonox/Orxonox.h

    r1182 r1204  
    4444
    4545#include "GraphicsEngine.h"
    46 #include "core/InputEventListener.h"
    47 
    4846
    4947namespace orxonox {
Note: See TracChangeset for help on using the changeset viewer.