Changes between Version 1 and Version 2 of ~archive/EventHandler
- Timestamp:
- Nov 27, 2007, 11:24:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/EventHandler
v1 v2 7 7 All files used for event handling are located in the {{{./src/util/event}}} directory. Here a short overview: 8 8 * {{{event_handler.{cc, h} }}} - this is where all the event handling is going on: signals from the SDL env are interpreted and transmitted to the registered event listener 9 * {{{event_listener.{cc, h} }}} - this is an abstract class. A class that extends it will have to implement all abstract functions ({{{process(...)}}}) and will be able to register itself to the EventHandler to receive events.9 * {{{event_listener.{cc, h} }}} - this is an abstract class. A class that extends it will have to implement all abstract functions ({{{process(...)}}}) and will be able to register itself to the !EventHandler to receive events. 10 10 * {{{event.{cc, h} }}} - a small class representing an event, that has occured 11 11 * {{{key_mapper.{cc, h} }}} - a parser, that reads in the {{{orxonox.conf}}} file and translates the keynames to key-ids used in orxonox