TouchVisualiserConfiguration
public struct TouchVisualiserConfiguration
Data struct used to configure the Scyther touch visualisation feature
-
Color to be used for touch indicators
Declaration
Swift
public var touchIndicatorColor: UIColor
-
Image to be used for touch indicators. If not nil, this will replace color based touch indicators.
Declaration
Swift
public var touchIndicatorImage: UIImage? { get set }
-
Boolean value indicating whether or not logging should be enabled for touches. This has a drastic impact on performance, so will always be disabled when running within an AppStore environment, even if set to true.
Declaration
Swift
public var loggingEnabled: Bool { get set }
-
Undocumented
Declaration
Swift
public init()