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