Metadata definitions for PanManipulatorComponent. More...
Public Attributes | |
DynamicPropertyType< Integer > | MaximumTouchPointsProperty |
Sets the maximum number of touches allowed on the node area for the installed pan manipulator to recognize the pan gesture and to set off the Pan Started trigger. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PanManipulatorComponent") |
Metaclass for PanManipulatorComponent. | |
DynamicPropertyType< Integer > | MinimumTouchPointsProperty |
Sets the minimum number of touches required on the node area for the installed pan manipulator to recognize the pan gesture and to set off the Pan Started trigger. More... | |
DynamicPropertyType< Vector2 > | RecognitionThresholdProperty |
Sets the threshold in pixels on the horizontal and vertical axis that the finger must move before Kanzi recognizes it as a pan gesture. More... | |
DynamicPropertyType< Integer > | RoutingModeProperty |
Routing mode determines when the input manipulator recognizes input events: More... | |
Public Attributes inherited from NodeComponentMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
Metaclass for NodeComponent. | |
DynamicPropertyType< String > | NameProperty |
Name. More... | |
Metadata definitions for PanManipulatorComponent.
DynamicPropertyType<Integer> MaximumTouchPointsProperty |
Sets the maximum number of touches allowed on the node area for the installed pan manipulator to recognize the pan gesture and to set off the Pan Started trigger.
The default value is 10. The value cannot be lower than the value of the Minimum Touch Points property.
DynamicPropertyType<Integer> MinimumTouchPointsProperty |
Sets the minimum number of touches required on the node area for the installed pan manipulator to recognize the pan gesture and to set off the Pan Started trigger.
The default value is 1.
DynamicPropertyType<Vector2> RecognitionThresholdProperty |
Sets the threshold in pixels on the horizontal and vertical axis that the finger must move before Kanzi recognizes it as a pan gesture.
The default value is 5 pixels on both axes. To disable the pan gesture along either axis, set the threshold on that axis to -1.
DynamicPropertyType<Integer> RoutingModeProperty |
Routing mode determines when the input manipulator recognizes input events: