Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2009, 11:34:51 PM (15 years ago)
Author:
bknecht
Message:

Including some features to use only mouse or keys in a GUI, also cleaning up the calls to GUIManager, also trying to show and hide a GUI just by tabbing a key. Anyways, more features to come soonsvn status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSGraphics.h

    r2844 r2869  
    4747        void update(const Clock& time);
    4848
     49        void toggleGUI();
     50
    4951    private:
    5052        // Window events from WindowEventListener
     
    6163        SimpleInputState*     masterInputState_;
    6264        XMLFile*              debugOverlay_;
     65        ConsoleCommand*       ccToggleGUI_;
    6366    };
    6467}
Note: See TracChangeset for help on using the changeset viewer.