Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4362 in orxonox.OLD for orxonox/trunk/src/util/event/event.h


Ignore:
Timestamp:
May 28, 2005, 2:52:27 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: type specific event handling routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/event.h

    r4361 r4362  
    2323  int offset;                      //!< offset in the event type array
    2424  char cmd[CMD_LENGHT];            //!< the command delivered
     25  int type;                        //!< the type field
    2526  bool bPressed;                   //!< is true, if the button/mouse was pressed, false if released
    2627       
Note: See TracChangeset for help on using the changeset viewer.