Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5786 in orxonox.OLD for trunk/src/lib/shell/shell_input.h


Ignore:
Timestamp:
Nov 26, 2005, 9:56:11 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: key-repeat in the Shell is smoother now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.h

    r5784 r5786  
    6060   float                       repeatDelay;            //!< The delay of the first Character of a given Character.
    6161   float                       delayed;                //!< how much of the delay is remaining.
    62    int                         pressedKey;             //!< the pressed key that will be repeated.
     62   Uint16                      pressedKey;             //!< the pressed key that will be repeated.
    6363
    6464   std::list<char*>            history;                //!< The history of given commands.
Note: See TracChangeset for help on using the changeset viewer.