Selects a controller based on the specified input.
Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override TouchController SelectController ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function SelectController( _ |
The input state.
A TouchController representing the object that will manage the interaction.
See Also