ManipulatorController
open class ManipulatorController : TouchInputController
Represents a controller that handles user’s gestures on interactive widgets used by the
diagram items like scrollbars, expand/collapse node buttons and more.
Inherits the TouchInputController
class.
-
Creates a new instance of the ManipulatorController class.
Declaration
Swift
public init(manipulator: Manipulator)
Parameters
manipulator
An instance of the Manipulator class, which represents interactive UI widgets used by the diagram and its items - scrollbars, expand/collapse node buttons and more.
Return Value
A new instance of the ManipulatorController class.
-
Overrides TouchInputController.onTouchDown.
-
Overrides TouchInputController.onTouchMove.
-
Overrides TouchInputController.onTouchUp.