Class KeyManipulatorComponent

Class Hierarchy

The KeyManipulatorComponent node component installs a KeyManipulator to the attached node, and configures the key gesture of the manipulator.

Since Kanzi 3.8.0

Enables the node to react to key input events.

Inherits properties and message types from KeyManipulatorComponentMetadata.

Synopsis

Methods
create()

Creates an instance of a KeyManipulatorComponent node component

KeyManipulatorComponent.KeyManipulatorComponent:create(name)

Creates an instance of a KeyManipulatorComponent node component.

Parameters
name (string)

The name of the KeyManipulatorComponent instance.

Return Values
(KeyManipulatorComponent)

The created KeyManipulatorComponent.