Changeset 1066 for code/trunk/src/core/InputBuffer.h
- Timestamp:
- Apr 14, 2008, 10:50:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/InputBuffer.h
r1062 r1066 44 44 { 45 45 class _CoreExport InputBufferListener 46 { 47 }; 46 {}; 48 47 49 48 class _CoreExport InputBuffer : public OIS::KeyListener … … 99 98 { return this->buffer_; } 100 99 101 inline void activate()100 /*inline void activate() 102 101 { this->setActivated(true); } 103 102 inline void deactivate() … … 108 107 { return this->bActivated_; } 109 108 110 void activityChanged() const; 109 void activityChanged() const;*/ 111 110 112 111 private: … … 117 116 118 117 OIS::Keyboard* keyboard_; 119 bool bActivated_;118 //bool bActivated_; 120 119 std::string buffer_; 121 120 std::list<InputBufferListenerTuple> listeners_;
Note: See TracChangeset
for help on using the changeset viewer.