Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2008, 12:12:18 AM (16 years ago)
Author:
landauf
Message:
  • added input buffer: this class captures key-input (at the moment it's using OIS directly, later it will use the InputHandler) and writes it into a string - other classes can listen to changes and can read and modify the string.
  • fixed some bugs in CommandExecutor
  • fixed a small bug (or changed a questionable feature) in Functor
File:
1 edited

Legend:

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

    r953 r955  
    3434
    3535#include "util/SubString.h"
     36#include "util/MultiTypeMath.h"
    3637#include "CorePrereqs.h"
    3738
     
    4243    enum CommandState
    4344    {
     45        CS_Uninitialized,
    4446        CS_Empty,
    4547        CS_FunctionClass_Or_Shortcut_Or_Keyword,
     
    6769    {
    6870        public:
     71            CommandEvaluation();
     72
    6973            KeybindMode getKeybindMode();
    7074            void setAdditionalParameter(const std::string& param);
Note: See TracChangeset for help on using the changeset viewer.