Search
TouchController.OnTouchMove Method
See Also
 






Called when the user moves his finger across the surface.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnTouchMove (
    PointerInfo info
)

Visual Basic  Copy Code

Public Overridable Sub OnTouchMove( _
    info As PointerInfo _
)

 Parameters

info

An object that provides information about the touch.

 See Also