Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 30, 2005, 6:36:43 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: event_handler subscribe functionality improved

File:
1 edited

Legend:

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

    r4403 r4405  
    1414
    1515
    16 //! Key aliasing structure
    17 /**
    18    This structure contains the key aliasing information, e.g. the command strings that
    19    have been bound to the keys.
    20 */
    21 typedef struct
    22 {
    23   char keys[N_STD_KEYS][CMD_LENGHT];
    24   char buttons[N_BUTTONS][CMD_LENGHT];
    25 } KeyBindings;
     16
    2617
    2718typedef struct orxKeyMapping
Note: See TracChangeset for help on using the changeset viewer.