Class MultiClickManipulatorComponent

Class Hierarchy

MultiClickManipulatorComponent installs a MultiClickManipulator to a node. Use MultiClickManipulatorComponent to enable nodes to react to multi-click and multi-touch input events and to control the behavior of the installed MultiClickManipulator.

Since Kanzi 3.8.0

Enables the node to react to multi-click and multi-touch input events.

Inherits properties and message types from MultiClickManipulatorComponentMetadata.

Synopsis

Methods
create()

Creates an instance of a MultiClickManipulatorComponent node component

MultiClickManipulatorComponent.MultiClickManipulatorComponent:create(name)

Creates an instance of a MultiClickManipulatorComponent node component.

Parameters
name (string)

The name of the MultiClickManipulatorComponent instance.

Return Values
(MultiClickManipulatorComponent)

The created MultiClickManipulatorComponent.