KeyAction

public protocol KeyAction : Action

A convenience protocol that provides default values for an Action.

Use this protocol to create a standard button action that includes states.

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