Changeset 7676 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- May 18, 2006, 11:46:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r7474 r7676 293 293 if (event.bPressed) 294 294 { 295 PRINTF(5)("Shell received command %s\n", SDLKToKeyname(event.type) );295 PRINTF(5)("Shell received command %s\n", SDLKToKeyname(event.type).c_str()); 296 296 if (event.type == SDLK_F1) 297 297 this->help();
Note: See TracChangeset
for help on using the changeset viewer.