Classes
 ClassDescription
 DelayedDownTouchToState Similar to TouchToState, but delays the "down" state by a specified number of seconds.
 LongPress Dispatches FeathersEventType.LONG_PRESS from the target when the target is long-pressed.
 TapToEvent Dispatches an event from the target when the target is tapped/clicked.
 TapToSelect Changes the isSelected property of the target when the target is tapped (which will dispatch Event.CHANGE).
 TapToTrigger Dispatches Event.TRIGGERED from the target when the target is tapped.
 TouchToState Changes a target's state based on the TouchPhase when the target is touched.