Skyle_TriggerMessage

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

Message to indicate a trigger

  • indicates single click on attached button

    Declaration

    Swift

    public var singleClick: Bool
  • indicates double click on attached button

    Declaration

    Swift

    public var doubleClick: Bool
  • indicates that attached button is constantly pushed

    Declaration

    Swift

    public var holdClick: Bool
  • indicates that a user is fixating a point

    Declaration

    Swift

    public var fixation: 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_TriggerMessage, rhs: Skyle_TriggerMessage) -> Bool