Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: some more event cleanu[

File:
1 edited

Legend:

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

    r4450 r4454  
    1111#include "stdincl.h"
    1212
    13 
    14 #define CMD_LENGHT 16
    15 #define N_STD_KEYS SDLK_LAST
    16 #define N_BUTTONS 6
    17 #define DEFAULT_KEYBIND_FILE "~/.orxonox/orxonox.conf"
    18 
    19 
    20 #define EVENT_QUEUE_LENGTH 32
    2113
    2214//! these are the extended event types, that are not included in SDL_keysym
     
    3931  };
    4032
     33
    4134//! this is an enumeration of all states of the event_handler/game
    4235typedef enum elState
Note: See TracChangeset for help on using the changeset viewer.