Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9003 in orxonox.OLD for trunk/src/util/hud.cc


Ignore:
Timestamp:
Jul 2, 2006, 1:36:13 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the single_player_map branche back
merged with command:
svn merge -r8896:HEAD https://svn.orxonox.net/orxonox/branches/single_player_map .
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.cc

    r9001 r9003  
    5959
    6060  this->subscribeEvent(ES_ALL, EV_VIDEO_RESIZE);
     61  this->subscribeEvent(ES_ALL, SDLK_TAB);
    6162
    6263
     
    226227  if (event.type == EV_VIDEO_RESIZE)
    227228    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.