Changeset 1219 for code/trunk/src/core/InputBuffer.cc
- Timestamp:
- May 2, 2008, 10:44:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/InputBuffer.cc
r1214 r1219 40 40 //this->bActivated_ = false; 41 41 this->allowedChars_ = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZäöüÄÖÜ0123456789 \\\"(){}[]<>.:,;_-+*/=!?|$&%^"; 42 this->keyboard_ = InputManager::get Singleton().getKeyboard();42 this->keyboard_ = InputManager::getKeyboard(); 43 43 this->buffer_ = ""; 44 44
Note: See TracChangeset
for help on using the changeset viewer.