Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4400 in orxonox.OLD for orxonox/trunk/src/util/event/key_mapper.h


Ignore:
Timestamp:
May 30, 2005, 5:55:52 PM (19 years ago)
Author:
patrick
Message:

make

File:
1 edited

Legend:

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

    r4399 r4400  
    2424  char buttons[N_BUTTONS][CMD_LENGHT];
    2525} KeyBindings;
     26
     27typedef struct orxKeyMapping
     28{
     29  int* pValue;
     30  char* name;
     31};
    2632
    2733
     
    5763  static int PEV_VIEW3;
    5864  static int PEV_VIEW4;
     65  static int PEV_VIEW5;
    5966
    6067 private:
     
    6370};
    6471
     72
     73
     74
    6575#endif /* _KEY_MAPPER_H */
Note: See TracChangeset for help on using the changeset viewer.