Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 3, 2010, 3:55:32 PM (14 years ago)
Author:
dafrick
Message:

Changing from OrxonoxOverlays to CEGUI as means of displaying Notifications.
Still messy and not working completely but it's a start.

File:
1 edited

Legend:

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

    r7163 r7338  
    7575
    7676        void loadGUI(const std::string& name);
    77         static void showGUI(const std::string& name, bool bHidePrevious = false);
    78         void showGUIExtra(const std::string& name, const std::string& ptr, bool bHidePrevious = false);
     77        static void showGUI(const std::string& name, bool bHidePrevious = false, bool bNoInput = false);
     78        void showGUIExtra(const std::string& name, const std::string& ptr, bool bHidePrevious = false, bool bNoInput = false);
    7979        static void hideGUI(const std::string& name);
    8080        void keyESC();
Note: See TracChangeset for help on using the changeset viewer.