Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 28, 2005, 2:43:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: event handler ongoing work, started implementing the precess funciton

File:
1 edited

Legend:

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

    r4352 r4361  
    2121
    2222
    23  private:
    2423  int offset;                      //!< offset in the event type array
    2524  char cmd[CMD_LENGHT];            //!< the command delivered
     
    2827  Uint16 x, y;                     //!< x and y coordinates
    2928  Sint16 xRel, yRel;               //!< relative x and y movement to last point
    30 
    3129};
    3230
Note: See TracChangeset for help on using the changeset viewer.