Search
BehaviorBase.IsTouch Method
See Also
 






Indicates whether the source of the interaction is from touch input device.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool IsTouch (
    Pointer ptr
)

Visual Basic  Copy Code

Protected Function IsTouch( _
    ptr As Pointer _
) As Boolean

 Parameters

ptr

The Pointer object to test for touch input.

 Return Value

 See Also