Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2008, 10:40:22 PM (17 years ago)
Author:
rgrieder
Message:
  • privatised InputState c'tors
  • added destruction code for GUIManager
  • fixed some issues and bugs
  • found 2400 memory leaks ;)
  • haven't done anything about it
  • converted GUIManager to Ogre Singleton
  • added NULL checkers in Loader
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/input/ExtendedInputState.h

    r1642 r1646  
    4747    class _CoreExport ExtendedInputState : public InputState
    4848    {
     49        friend class InputManager;
     50        friend class ClassFactory<ExtendedInputState>;
     51
    4952    public:
    50         ExtendedInputState();
    51         ~ExtendedInputState() { }
    52 
    5353        bool addKeyHandler        (KeyHandler* handler);
    5454        bool removeKeyHandler     (KeyHandler* handler);
     
    6868
    6969    private:
     70        ExtendedInputState();
     71        ~ExtendedInputState() { }
     72
    7073        void tickInput(float dt);
    7174        void tickInput(float dt, unsigned int device);
Note: See TracChangeset for help on using the changeset viewer.