Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2009, 10:19:32 PM (14 years ago)
Author:
rgrieder
Message:

Moved CEGUI event hack from KeyBinderManager to GUIManager and made the function static.

File:
1 edited

Legend:

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

    r6311 r6367  
    2828
    2929#include "KeyBinderManager.h"
    30 
    31 #include <CEGUIWindow.h>
    3230
    3331#include "util/Debug.h"
     
    103101    {
    104102        this->currentBinder_->setBinding("", binding, true);
    105     }
    106    
    107     void KeyBinderManager::subscribeEventHelper(CEGUI::Window* window, const std::string& event, const std::string& function)
    108     {
    109         window->subscribeScriptedEvent(event, function);
    110103    }
    111104
Note: See TracChangeset for help on using the changeset viewer.