documentationfor yFiles for HTML 3.0.0.2

IInputMode

Interface implemented by input modes to handle user input in a CanvasComponent instance.

Remarks

Input modes capture user gestures (or any other kind of user interactions) and manipulate the contents of the canvas or the model behind it.

Implementations may request an input mutex from the ConcurrencyController that will be given to them in their install method. This allows them to exclusively modify the contents of the view. If another IInputMode successfully acquires the mutex, the ConcurrencyController will be deactivated.

Type Details

yFiles module
view

See Also

Properties

Methods