Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6997 in orxonox.OLD for trunk/src/util/track/pilot_node.cc


Ignore:
Timestamp:
Feb 3, 2006, 12:04:51 AM (18 years ago)
Author:
bensch
Message:

trunk: UP is FORWARD, DOWN is BACKWARD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/track/pilot_node.cc

    r4836 r6997  
    103103void PilotNode::process( const Event &event)
    104104{
    105   if( event.type == KeyMapper::PEV_UP)
     105  if( event.type == KeyMapper::PEV_FORWARD)
    106106    {
    107107      this->bUp = event.bPressed;
    108108    }
    109   else if( event.type == KeyMapper::PEV_DOWN)
     109  else if( event.type == KeyMapper::PEV_BACKWARD)
    110110    {
    111111      this->bDown = event.bPressed;
Note: See TracChangeset for help on using the changeset viewer.