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.
controllersis set to[.keypad]encoderis set tonil.
-
controllersExtension methodDeclaration
Swift
public static var controllers: [ControllerType] { get } -
encoderExtension methodDeclaration
Swift
public static var encoder: RotaryEncoder? { get }
View on GitHub
KeyAction Protocol Reference