Changeset 4401 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 30, 2005, 5:58:52 PM (20 years ago)
- Location:
- orxonox/trunk/src/util/event
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/event/key_mapper.cc
r4400 r4401 38 38 int KeyMapper::PEV_FIRE2 = -1; 39 39 40 int KeyMapper::PEV_VIEW0 = -1; 40 41 int KeyMapper::PEV_VIEW1 = -1; 41 42 int KeyMapper::PEV_VIEW2 = -1; … … 50 51 {&KeyMapper::PEV_RIGHT, "Right"}, 51 52 {&KeyMapper::PEV_STRAFE_LEFT, "StrafeLeft"}, 52 {&KeyMapper::PEV_STRAFE_RIG TH, "StrafeRight"},53 {&KeyMapper::PEV_STRAFE_RIGHT, "StrafeRight"}, 53 54 54 55 {&KeyMapper::PEV_FIRE1, "Fire"}, … … 61 62 {&KeyMapper::PEV_VIEW3, "view3"}, 62 63 {&KeyMapper::PEV_VIEW4, "view4"}, 63 {&KeyMapper::PEV_VIEW5, "view5"} 64 {&KeyMapper::PEV_VIEW5, "view5"}, 64 65 {NULL, NULL}}; 65 66 -
orxonox/trunk/src/util/event/key_mapper.h
r4400 r4401 59 59 static int PEV_FIRE2; 60 60 61 static int PEV_VIEW0; 61 62 static int PEV_VIEW1; 62 63 static int PEV_VIEW2;
Note: See TracChangeset
for help on using the changeset viewer.