Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 12:26:05 AM (15 years ago)
Author:
rgrieder
Message:

Applied ScopedSingletonManager to KeyBinderManager and KeyDetector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/input/KeyDetector.h

    r5864 r5869  
    4343    public:
    4444        KeyDetector();
    45         ~KeyDetector() { }
     45        ~KeyDetector();
    4646
    4747        void setCallback(Functor* function) { this->callbackFunction_ = function; }
     
    5555
    5656        Functor* callbackFunction_;
     57        InputState* inputState_;
    5758        static std::string callbackCommand_s;
    5859        static KeyDetector* singletonPtr_s;
Note: See TracChangeset for help on using the changeset viewer.