Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5786 in orxonox.OLD for trunk/src/lib/event/event.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/event/event.h

    r5391 r5786  
    2727
    2828//! An abstract event class
    29 class Event {
    30 
    31  public:
    32   Event();
    33 
    34   int      offset;                      //!< offset in the event type array
     29struct Event {
    3530  int      type;                        //!< the type field
    3631  bool     bPressed;                    //!< is true, if the button/mouse was pressed, false if released
Note: See TracChangeset for help on using the changeset viewer.