Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5069 in orxonox.OLD for orxonox/trunk/src/lib/event


Ignore:
Timestamp:
Aug 18, 2005, 9:35:49 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: EventDef is ok now… sorry paede i misunderstud the structure of enum

File:
1 edited

Legend:

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

    r5039 r5069  
    1818typedef enum extEventTyes
    1919{
    20   EV_MOUSE_BUTTON_LEFT            = SDLK_LAST,
     20  EV_MOUSE_BUTTON_LEFT           = SDLK_LAST,
    2121  EV_MOUSE_BUTTON_MIDDLE,
    2222  EV_MOUSE_BUTTON_RIGHT,
    2323  EV_MOUSE_BUTTON_WHEELUP,
    2424  EV_MOUSE_BUTTON_WHEELDOWN,
    25   EV_MOUSE_MOTION                 = SDL_MOUSEMOTION,
     25  EV_MOUSE_MOTION,
    2626  EV_JOY_AXIS_MOTION,
    2727  EV_JOY_BALL_MOTION,
     
    2929  EV_JOY_BUTTON,
    3030
    31   EV_VIDEO_RESIZE                 = SDL_VIDEORESIZE,
     31  EV_VIDEO_RESIZE,
    3232
    3333  EV_UNKNOWN,
    3434
    35   EV_NUMBER = 500,  //!< FIXME MSUT Resolve this EV_NUMBER should hold all the Events, also the count of other events
     35  EV_NUMBER
    3636};
    3737
     
    4343    ES_GAME_MENU,      //!< state when the menu is called during game
    4444    ES_MENU,           //!< orxonox menu state
     45    ES_SHELL,          //!< if we are in shell Modus
    4546
    4647    ES_ALL,            //!< you want to register events for all states
Note: See TracChangeset for help on using the changeset viewer.