Changeset 5306 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Oct 7, 2005, 6:17:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r5254 r5306 41 41 * this also generates a ShellCompletion automatically. 42 42 */ 43 ShellInput::ShellInput () 43 ShellInput::ShellInput () : Text ((const char*)NULL) 44 44 { 45 45 this->pressedKey = SDLK_FIRST;
Note: See TracChangeset
for help on using the changeset viewer.