Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2008, 11:36:50 AM (16 years ago)
Author:
rgrieder
Message:
  • added SetConfigValueGeneric to set the config value of the actual class when using hierarchies
  • fixed a bug when handling derived mouse input
  • refined 'keybind' command so that input goes to KeyDetector only
File:
1 edited

Legend:

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

    r1426 r1428  
    150150    void tickInput(float dt, const HandlerState& state);
    151151
    152     void readTrigger(Button& button);
     152    virtual void readTrigger(Button& button);
    153153
    154154    void keyPressed (const KeyEvent& evt);
     
    222222    //! mouse sensitivity if mouse input is derived
    223223    float mouseSensitivityDerived_;
     224    //! Whether or not to clip abslute mouse values to 1024
     225    bool bClipMouse_;
    224226  };
    225227
     
    231233    ~KeyDetector();
    232234    void loadBindings();
    233     void setConfigValues();
    234235
    235236  protected:
Note: See TracChangeset for help on using the changeset viewer.