Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 1, 2005, 11:29:44 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more event cleanu[

File:
1 edited

Legend:

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

    r4404 r4454  
    2222
    2323
    24   int offset;                      //!< offset in the event type array
    25   char cmd[CMD_LENGHT];            //!< the command delivered
    26   int type;                        //!< the type field
    27   bool bPressed;                   //!< is true, if the button/mouse was pressed, false if released
     24  int      offset;                      //!< offset in the event type array
     25  int      type;                        //!< the type field
     26  bool     bPressed;                    //!< is true, if the button/mouse was pressed, false if released
    2827       
    29   Uint16 x, y;                     //!< x and y coordinates
    30   Sint16 xRel, yRel;               //!< relative x and y movement to last point
     28  Uint16   x;                           //!< x coordinate
     29  Uint16   y;                           //!< y coordinate
     30  Sint16   xRel;                        //!< relative x movement to last point
     31  Sint16   yRel;                        //!< relative y movement to last point
    3132};
    3233
Note: See TracChangeset for help on using the changeset viewer.