Search
MoveNodesTouchBehavior.SelectController Method
See Also
 






Selects a controller based on the specified input.

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

 Syntax

C#  Copy Code

public override TouchController SelectController (
    InputState state
)

Visual Basic  Copy Code

Public Overrides Function SelectController( _
    state As InputState _
) As TouchController

 Parameters

state

The input state.

 Return Value

A TouchController representing the object that will manage the interaction.

 See Also