Changeset 4387 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- May 29, 2005, 11:40:45 PM (20 years ago)
- Location:
- orxonox/trunk/src/util/event
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/event/event_def.h
r4366 r4387 9 9 10 10 #include "SDL_keysym.h" 11 12 /* 13 int PEV_UP = 0; 14 int PEV_DOWN = 0; 15 int PEV_LEFT = 0; 16 int PEV_RIGHT = 0; 17 18 PEV_STRAFE_LEFT, 19 PEV_STRAFE_RIGHT, 20 21 PEV_FIRE1, 22 PEV_FIRE2, 23 24 PEV_VIEW1, 25 PEV_VIEW2, 26 PEV_VIEW3, 27 PEV_VIEW4 28 */ 29 11 #include "stdincl.h" 30 12 31 13 -
orxonox/trunk/src/util/event/key_mapper.h
r4386 r4387 11 11 #include "base_object.h" 12 12 #include "event_def.h" 13 13 14 14 15
Note: See TracChangeset
for help on using the changeset viewer.