Changeset 5184 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc
- Timestamp:
- Sep 15, 2005, 10:09:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r5182 r5184 53 53 evh->subscribe(this, ES_SHELL, i); 54 54 55 this->completion = new ShellCompletion ;55 this->completion = new ShellCompletion(this); 56 56 } 57 57 … … 210 210 this->debug(); 211 211 else if (event.type == SDLK_TAB) 212 this->completion->autoComplete( this);212 this->completion->autoComplete(); 213 213 else if (event.type == SDLK_BACKSPACE) 214 214 {
Note: See TracChangeset
for help on using the changeset viewer.