Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 8:07:32 PM (16 years ago)
Author:
rgrieder
Message:
  • "set" —> "config"
  • adjusted Shell output levels for keybind and calibrate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/KeyBinder.cc

    r1446 r1461  
    621621  }
    622622
     623  void KeyBinder::resetJoyStickAxes()
     624  {
     625    for (unsigned int i = 8; i < nHalfAxes_s; i++)
     626    {
     627      halfAxes_[i].absVal_ = 0.0f;
     628      halfAxes_[i].relVal_ = 0.0f;
     629    }
     630  }
     631
    623632  void KeyBinder::tickInput(float dt, const HandlerState& state)
    624633  {
Note: See TracChangeset for help on using the changeset viewer.