Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2009, 11:10:37 PM (14 years ago)
Author:
rgrieder
Message:

Changed config value handling in the KeyBinder. Doesn't change the interface though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/input/Button.h

    r6417 r6428  
    5252        virtual void clear();
    5353        virtual bool addParamCommand(ParamCommand* command) { return false; }
    54         void parse();
    55         void readConfigValue(ConfigFileType configFile);
     54        void parse(const std::string& binding);
     55        void readBinding(ConfigFileType type);
     56        void setBinding(ConfigFileType type, const std::string& binding, bool bTemporary);
    5657        bool execute(KeybindMode::Value mode, float abs = 1.0f, float rel = 1.0f);
    5758
    58         //! Container to allow for better configValue support
    59         ConfigValueContainer* configContainer_;
    6059        //! The configured string value
    6160        std::string bindingString_;
Note: See TracChangeset for help on using the changeset viewer.