# # ChangeLog for orxonox/trunk/src/util/event/key_mapper.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 2, 2024, 3:49:05 PM Sun, 29 May 2005 21:52:15 GMT patrick [4388] * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (modified) orxonox/trunk: running first pre-tests with key-mapping Sun, 29 May 2005 21:33:49 GMT patrick [4386] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (modified) * orxonox/trunk/src/util/event/key_mapper.h (modified) orxonox/trunk: key mapper implementation precess Sat, 28 May 2005 14:18:58 GMT patrick [4369] * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (modified) orxonox/trunk: key binding implemented Sat, 28 May 2005 14:00:41 GMT patrick [4367] * orxonox/trunk/src/class_list.h (modified) * orxonox/trunk/src/util/event/key_mapper.cc (added) * orxonox/trunk/src/util/event/key_mapper.h (added) orxonox/trunk: added keymapper class to separate event handling from ...