Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 30, 2005, 7:01:24 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: the mouse buttons now should be identified correctly

File:
1 edited

Legend:

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

    r4387 r4406  
    1919#define EVENT_QUEUE_LENGTH 32
    2020
     21
    2122typedef enum extEventTyes
    2223  {
    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,
    2530    EV_JOY_AXIS_MOTION,
    2631    EV_JOY_BALL_MOTION,
Note: See TracChangeset for help on using the changeset viewer.