Value

public struct Value : Equatable
  • The location of the current event.

    Declaration

    Swift

    public var location: CGPoint
  • The location of the first event.

    Declaration

    Swift

    public var startLocation: CGPoint
  • The total translation from the first event to the current event. Equivalent to location.{x,y} - startLocation.{x,y}.

    Declaration

    Swift

    public var translation: CGSize