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/GUIManager.h

    r6303 r6367  
    8484            { std::map<std::string, PlayerInfo*>::const_iterator it = this->players_.find(guiname); return (it != this->players_.end()) ? it->second : 0; }
    8585
     86        // TODO: Temporary hack because the tolua exported CEGUI method does not seem to work
     87        static void subscribeEventHelper(CEGUI::Window* window, const std::string& event, const std::string& function); //tolua_export
     88
    8689    private:
    8790        GUIManager(const GUIManager& instance); //!< private and undefined copy c'tor (this is a singleton class)
Note: See TracChangeset for help on using the changeset viewer.