Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 15, 2011, 9:09:58 PM (13 years ago)
Author:
dafrick
Message:

Reverting changes made in revision 8035, that based the menu navigation on console commands, due to implemential difficulties of the hacks to make menu navigation work fully.
So, at the moment, we'll have to make due with the old version of the menu navigation implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/GUIManager.h

    r8040 r8078  
    9595        void setBackgroundImage(const std::string& image);
    9696
    97         static void navigateGUI(const std::string& mode);
    98         void guisActiveChanged(bool active); // tolua_export
    99 
    10097        /**
    10198        @brief Helper method to get the developer's mode without having to export Core.h.
     
    134131        template <typename FunctionType>
    135132        bool protectedCall(FunctionType function);
    136 
    137         static const std::string NAVIGATE_UP;
    138         static const std::string NAVIGATE_DOWN;
    139         static const std::string NAVIGATE_LEFT;
    140         static const std::string NAVIGATE_RIGHT;
    141         static const std::string NAVIGATE_ENTER;
    142 
    143         bool GUIsActive_; //!< Whether there are any GUIs active at a given moment.
    144133
    145134        // keyHandler functions
Note: See TracChangeset for help on using the changeset viewer.