Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 10:50:08 PM (16 years ago)
Author:
rgrieder
Message:
  • TestConsole should work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputBuffer.h

    r1062 r1066  
    4444{
    4545    class _CoreExport InputBufferListener
    46     {
    47     };
     46    {};
    4847
    4948    class _CoreExport InputBuffer : public OIS::KeyListener
     
    9998                { return this->buffer_; }
    10099
    101             inline void activate()
     100            /*inline void activate()
    102101                { this->setActivated(true); }
    103102            inline void deactivate()
     
    108107                { return this->bActivated_; }
    109108
    110             void activityChanged() const;
     109            void activityChanged() const;*/
    111110
    112111        private:
     
    117116
    118117            OIS::Keyboard* keyboard_;
    119             bool bActivated_;
     118            //bool bActivated_;
    120119            std::string buffer_;
    121120            std::list<InputBufferListenerTuple> listeners_;
Note: See TracChangeset for help on using the changeset viewer.