Class LongPressManipulatorComponent

Class Hierarchy

LongPressManipulatorComponent installs a LongPressManipulator to a node. Use LongPressManipulatorComponent to enable nodes to react to long press and touch input events and to control the behavior of the installed LongPressManipulator.

Since Kanzi 3.8.0

Enables the node to react to long press and touch events.

Inherits properties and message types from LongPressManipulatorComponentMetadata.

Synopsis

Methods
create()

Creates a LongPressManipulatorComponent node component instance

LongPressManipulatorComponent.LongPressManipulatorComponent:create(name)

Creates a LongPressManipulatorComponent node component instance.

Parameters
name (string)

The name of the LongPressManipulatorComponent instance.

Return Values
(LongPressManipulatorComponent)

The created LongPressManipulatorComponent.