Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 1, 2005, 11:05:23 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: commented the event handler and event class

File:
1 edited

Legend:

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

    r4417 r4450  
    1717#define DEFAULT_KEYBIND_FILE "~/.orxonox/orxonox.conf"
    1818
     19
    1920#define EVENT_QUEUE_LENGTH 32
    2021
    21 
     22//! these are the extended event types, that are not included in SDL_keysym
    2223typedef enum extEventTyes
    2324  {
     
    3839  };
    3940
    40 
    41 
     41//! this is an enumeration of all states of the event_handler/game
    4242typedef enum elState
    4343  {
    44     ES_GAME,
    45     ES_GAME_MENU,
    46     ES_MENU,
     44    ES_GAME,           //!< the state during the game plays
     45    ES_GAME_MENU,      //!< state when the menu is called during game
     46    ES_MENU,           //!< orxonox menu state
    4747
    48     ES_ALL,
     48    ES_ALL,            //!< you want to register events for all states
    4949
    50     ES_NUMBER,
     50    ES_NUMBER,         //!< the number of states
    5151  };
    5252
Note: See TracChangeset for help on using the changeset viewer.