Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 10:50:08 PM (17 years ago)
Author:
rgrieder
Message:
  • TestConsole should work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputHandler.cc

    r1062 r1066  
    3737#include "InputEventListener.h"
    3838#include "InputEvent.h"
     39#include "InputManager.h"
    3940
    4041namespace orxonox
     
    8384      InputEvent e = {1, true, 0, 0, 0};
    8485      InputHandlerGame::callListeners(e);
     86    }
     87    else if (e.key == OIS::KC_NUMPADENTER)
     88    {
     89      InputManager::getSingleton().setInputMode(IM_KEYBOARD);
    8590    }
    8691    else
Note: See TracChangeset for help on using the changeset viewer.