Changeset 4406 in orxonox.OLD for orxonox/trunk/src/util/event/event_def.h
- Timestamp:
- May 30, 2005, 7:01:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/event/event_def.h
r4387 r4406 19 19 #define EVENT_QUEUE_LENGTH 32 20 20 21 21 22 typedef enum extEventTyes 22 23 { 23 EV_MOUSE_MOTION = SDLK_LAST, 24 EV_MOUSE_BUTTON, 24 EV_MOUSE_BUTTON_LEFT = SDLK_LAST, 25 EV_MOUSE_BUTTON_MIDDLE, 26 EV_MOUSE_BUTTON_RIGHT, 27 EV_MOUSE_BUTTON_WHEELUP, 28 EV_MOUSE_BUTTON_WHEELDOWN, 29 EV_MOUSE_MOTION, 25 30 EV_JOY_AXIS_MOTION, 26 31 EV_JOY_BALL_MOTION,
Note: See TracChangeset
for help on using the changeset viewer.