Type Alias TouchInputStateMachine

TouchInputStateMachine: TemplateStateMachine<
    TouchEventMapping,
    TouchContext,
    TouchStates,
>

The touch input state machine.