Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 8:29:05 PM (16 years ago)
Author:
rgrieder
Message:
  • added a little text box to the HUD that says how much of the main loop we spend with rendering. (can easily be commented)
  • fixed a bug in KeyBinder.cc
File:
1 edited

Legend:

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

    r1414 r1422  
    5252  InputManager::InputManager() :
    5353      inputSystem_(0), keyboard_(0), mouse_(0),
    54       keyBinder_(0), buffer_(0),
    5554      joySticksSize_(0),
     55      keyBinder_(0), buffer_(0), keyDetector_(0),
    5656      state_(IS_UNINIT), stateRequest_(IS_UNINIT),
    5757      keyboardModifiers_(0)
Note: See TracChangeset for help on using the changeset viewer.