Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5095 in orxonox.OLD for trunk/src/util/shell.h


Ignore:
Timestamp:
Aug 21, 2005, 11:50:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: auto-repeat-function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.h

    r5080 r5095  
    5858
    5959    // Element2D-functions
    60 //    void tick(float dt);
     60    void tick(float dt);
    6161    virtual void draw() const;
    6262
     
    7474    unsigned int           bufferDisplaySize;      //!< The Size of the Display-buffer, in lines (not in characters)
    7575
     76    Text*                  inputLineText;          //!< The inputLine of the Shell
    7677    char*                  inputLine;              //!< the Char-Array of the Buffer
     78    float                  repeatDelay;            //!< The Repeat-Delay.
     79    float                  delayed;                //!< how much of the delay is remaining.
     80    int                    pressedKey;             //!< the pressed key that will be repeated.
    7781
    7882    tList<char>*           buffer;                 //!< A list of stored char-arrays(strings) to store the history
    7983
    8084    Text**                 bufferText;             //!< A list of stored bufferTexts for the display of the buffer
    81     Text*                  inputLineText;          //!< The inputLine of the Shell
    8285    unsigned int           textSize;               //!< The size of the text.
    8386    unsigned int           lineSpacing;            //!< The Spacing between lines.
Note: See TracChangeset for help on using the changeset viewer.