ControllerType
public enum ControllerType : String, Codable, CustomStringConvertible
The available controller types.
-
Declaration
Swift
case keypad = "Keypad"
-
Declaration
Swift
case encoder = "Encoder"
-
Declaration
Swift
public var description: String { get }