Classes

Module ActionRegistry

Classes

class   Action
  An action matches itself against events and dispatches itself to interpreters. More...
class   ActionExactMatch
  This is the standard action definition that considers the event type, the sub-type (the key), and all modifiers. More...
class   ActionFuzzyMatch
  A variation that can ignore modifiers or match a subset of them. More...
class   ActionRegistry
class   ActionState
  An action definition that has enter and exit actions. More...
class   EventWrapper
  A wrapper for the Event class that caches some values. More...