Changeset 4412 in orxonox.OLD for orxonox/trunk/src/util/event
- Timestamp:
- May 31, 2005, 1:05:26 AM (20 years ago)
- Location:
- orxonox/trunk/src/util/event
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/event/key_mapper.cc
r4411 r4412 37 37 int KeyMapper::PEV_FIRE1 = -1; 38 38 int KeyMapper::PEV_FIRE2 = -1; 39 int KeyMapper::PEV_PREVIOUS_WEAPON = -1; 40 int KeyMapper::PEV_NEXT_WEAPON = -1; 39 41 40 42 int KeyMapper::PEV_VIEW0 = -1; … … 64 66 {&KeyMapper::PEV_FIRE1, "Fire1"}, 65 67 {&KeyMapper::PEV_FIRE2, "Fire2"}, 68 {&KeyMapper::PEV_NEXT_WEAPON, "Next"}, 69 {&KeyMapper::PEV_PREVIOUS_WEAPON, "Prev"}, 70 66 71 67 72 {&KeyMapper::PEV_VIEW0, "view0"}, -
orxonox/trunk/src/util/event/key_mapper.h
r4410 r4412 49 49 static int PEV_FIRE1; 50 50 static int PEV_FIRE2; 51 static int PEV_PREVIOUS_WEAPON; 52 static int PEV_NEXT_WEAPON; 51 53 52 54 static int PEV_VIEW0;
Note: See TracChangeset
for help on using the changeset viewer.