Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2008, 12:23:29 AM (17 years ago)
Author:
rgrieder
Message:
  • tried a more object oriented approach for the KeyBinder
  • things work as far as I can tell
  • tested slomo command on joy stick slider: I was able to steer the time factor with the slider.
  • more infos to come..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/CommandExecutor.h

    r1323 r1340  
    8787            inline std::string getAdditionalParameter() const
    8888                { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; }
    89             inline Executor* getExecutor() { return 0; }
     89            inline ExecutorStatic* getEvaluatedExecutor() { return evaluatedExecutor_; }
     90            inline std::string getCommandString() { return this->processedCommand_; }
    9091
    9192            void setEvaluatedParameter(unsigned int index, MultiTypeMath param);
Note: See TracChangeset for help on using the changeset viewer.