Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 25, 2006, 3:59:34 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed auto-repeat

File:
1 edited

Legend:

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

    r7729 r7858  
    6868    float                             delayed;          //!< how much of the delay is remaining.
    6969    Uint16                            pressedKey;       //!< the pressed key that will be repeated.
     70    Uint16                            pressedEvent;     //!< The Event, that lead to the pressing of the Key.
    7071
    7172    static std::list<std::string>     history;          //!< The history of given commands.
Note: See TracChangeset for help on using the changeset viewer.