Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2009, 9:45:39 PM (14 years ago)
Author:
dafrick
Message:

KeyBindMenu is working now. (Apart from some minor faults)
Found some commandExecutor("show/hideGUI …") in DecisionPopup, and another possible bug.
Added an InfoPopup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/input/KeyBinderManager.cc

    r6182 r6266  
    3737#include "InputManager.h"
    3838#include "KeyDetector.h"
     39
     40#include <CEGUIWindow.h>
    3941
    4042namespace orxonox
     
    9092        else
    9193            this->bDefaultFileLoaded_ = false;
     94    }
     95   
     96    void KeyBinderManager::subscribeEventHelper(CEGUI::Window* window, const std::string& event, const std::string& function)
     97    {
     98        window->subscribeScriptedEvent(event, function);
    9299    }
    93100
Note: See TracChangeset for help on using the changeset viewer.