Changeset 4362 in orxonox.OLD for orxonox/trunk/src/util/event/event.h
- Timestamp:
- May 28, 2005, 2:52:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/event/event.h
r4361 r4362 23 23 int offset; //!< offset in the event type array 24 24 char cmd[CMD_LENGHT]; //!< the command delivered 25 int type; //!< the type field 25 26 bool bPressed; //!< is true, if the button/mouse was pressed, false if released 26 27
Note: See TracChangeset
for help on using the changeset viewer.