Class ClickManipulatorComponent

Class Hierarchy

ClickManipulatorComponent installs a ClickManipulator to a node. Use ClickManipulatorComponent to enable nodes to react to click and touch input events and to control the behavior of the installed ClickManipulator.

Since Kanzi 3.8.0

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

Inherits properties and message types from ClickManipulatorComponentMetadata.

Synopsis

Methods
create()

Creates an instance of a ClickManipulatorComponent node component

ClickManipulatorComponent.ClickManipulatorComponent:create(name)

Creates an instance of a ClickManipulatorComponent node component.

Parameters
name (string)

The name of the ClickManipulatorComponent instance.

Return Values
(ClickManipulatorComponent)

The created ClickManipulatorComponent.