Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 28, 2005, 3:06:47 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: finished work on the event dispatcher, now implementing the event reaction

File:
1 edited

Legend:

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

    r4353 r4363  
    88#define _EVENT_DEF_H
    99
     10#include "SDL_keysym.h"
     11
    1012#define CMD_LENGHT 16
     13
     14typedef enum extEventTyes
     15  {
     16    EV_MOUSE_MOTION = SDLK_LAST,
     17    EV_MOUSE_BUTTON,
     18    EV_JOY_AXIS_MOTION,
     19    EV_JOY_BALL_MOTION,
     20    EV_JOY_HAT_MOTION,
     21    EV_JOY_BUTTON
     22  };
    1123
    1224
Note: See TracChangeset for help on using the changeset viewer.