Skyle_CalibImprove

public struct Skyle_CalibImprove : Sendable
extension Skyle_CalibImprove: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Message to improve a calibration

  • Improve points that are worse than this rating (1-5)

    Declaration

    Swift

    public var rating: Int32
  • If connected to an iPad or tablet, this will indicate if the native cursor should move or not

    Declaration

    Swift

    public var stopHid: Bool
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Skyle_CalibImprove, rhs: Skyle_CalibImprove) -> Bool