Changeset 9003 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jul 2, 2006, 1:36:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/hud.cc
r9001 r9003 59 59 60 60 this->subscribeEvent(ES_ALL, EV_VIDEO_RESIZE); 61 this->subscribeEvent(ES_ALL, SDLK_TAB); 61 62 62 63 … … 226 227 if (event.type == EV_VIDEO_RESIZE) 227 228 this->updateResolution(); 228 } 229 230 229 else if (event.type == SDLK_TAB) 230 { 231 /// TODO SHOW THE INPUT-LINE 232 // this->inputLine->select(); 233 } 234 235 236 } 237 238
Note: See TracChangeset
for help on using the changeset viewer.