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 tonil
.
-
controllers
Extension methodDeclaration
Swift
public static var controllers: [ControllerType] { get }
-
encoder
Extension methodDeclaration
Swift
public static var encoder: RotaryEncoder? { get }