Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: filled the flush function with more sense :) and rearanged some structures

File:
1 edited

Legend:

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

    r4363 r4364  
    1111
    1212#define CMD_LENGHT 16
     13#define N_STD_KEYS SDLK_LAST
     14#define N_BUTTONS 6
     15#define DEFAULT_KEYBIND_FILE "~/.orxonox/orxonox.conf"
     16
    1317
    1418typedef enum extEventTyes
     
    2226  };
    2327
     28typedef enum elState
     29  {
     30    ES_GAME,
     31    ES_GAME_MENU,
     32    ES_MENU,
     33
     34    ES_ALL,
     35
     36    ES_NUMBER,
     37  };
     38
    2439
    2540#endif /* _EVENT_DEF_H */
Note: See TracChangeset for help on using the changeset viewer.