Changeset 6032 for code/branches/menu/src/libraries/core/GUIManager.h
- Timestamp:
- Nov 4, 2009, 5:30:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menu/src/libraries/core/GUIManager.h
r6024 r6032 68 68 void update(const Clock& time); 69 69 70 static void showGUI(const std::string& name, bool showCursor=true);71 void showGUIExtra(const std::string& name, const std::string& ptr, bool showCursor=true);70 static void showGUI(const std::string& name, bool hidePrevious=false, bool showCursor=true); 71 void showGUIExtra(const std::string& name, const std::string& ptr, bool hidePrevious=false, bool showCursor=true); 72 72 static void hideGUI(const std::string& name); 73 void setToggleMode(const bool& mode); 74 void setBackground(const std::string& name); 73 75 74 76 void setCamera(Ogre::Camera* camera); … … 111 113 112 114 static GUIManager* singletonPtr_s; //!< Singleton reference to GUIManager 115 bool bToggleMode_; 113 116 114 117 };
Note: See TracChangeset
for help on using the changeset viewer.