StatelessKeyAction

public protocol StatelessKeyAction : Action

A convenience protocol that provides default values for an Action.

Use this protocol to create a standard button action that doesn’t include any states.

  • states is set to nil
  • controllers is set to [.keypad]
  • encoder is set to nil.