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