Metadata definitions for MultiClickManipulatorComponent. More...
Public Attributes | |
DynamicPropertyType< Integer > | ClickCountProperty |
Sets the number of clicks or taps required for the installed multi-click manipulator to recognize the multi-click gesture and to set off the Multi-Click trigger. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.MultiClickManipulatorComponent") |
Metaclass for MultiClickManipulatorComponent. | |
DynamicPropertyType< Boolean > | SendIntermediateClickMessagesProperty |
Sets whether to send Intermediate Click messages until the desired click count is reached. More... | |
DynamicPropertyType< Integer > | TimeoutProperty |
Sets the time in milliseconds within which two consecutive clicks or taps must occur for the multi-click manipulator to continue recognizing them as the multi-click gesture. More... | |
Public Attributes inherited from NodeComponentMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
Metaclass for NodeComponent. | |
DynamicPropertyType< String > | NameProperty |
Name. More... | |
Metadata definitions for MultiClickManipulatorComponent.
DynamicPropertyType<Integer> ClickCountProperty |
Sets the number of clicks or taps required for the installed multi-click manipulator to recognize the multi-click gesture and to set off the Multi-Click trigger.
The default value is 2.
DynamicPropertyType<Boolean> SendIntermediateClickMessagesProperty |
Sets whether to send Intermediate Click messages until the desired click count is reached.
DynamicPropertyType<Integer> TimeoutProperty |
Sets the time in milliseconds within which two consecutive clicks or taps must occur for the multi-click manipulator to continue recognizing them as the multi-click gesture.
The default value is 250 ms.