TouchInputState

open class TouchInputState

Identifies a touch input state.

  • Initializes a new instance of the TouchInputState class.

    Declaration

    Swift

    public init()

    Return Value

    The newly created TouchInputState object.

  • A Point containing the coordinates of the pointer. The value can be nil.

    Declaration

    Swift

    open var pointerPosition: Point?
  • The DiagramItem that was pointed. The value can be nil.

    Declaration

    Swift

    open var pointedItem: DiagramItem?
  • The AdjustmentHandle that was pointed. The value can be nil.

    Declaration

    Swift

    open var pointedHandle: AdjustmentHandle?