GestureSetting
public class GestureSetting : Codable, Equatable
Class to set and get the power and if gestures are used.
-
Declaration
Swift
public static func == (lhs: GestureSetting, rhs: GestureSetting) -> Bool -
Declaration
Swift
public var power: Int -
Declaration
Swift
public var enabled: Bool -
Declaration
Swift
public init(enabled: Bool, power: Int)
GestureSetting Class Reference