MultiClickManipulatorComponentMetadata
¶
Defines properties and message types for MultiClickManipulatorComponent.
Inherits properties and message types from NodeComponentMetadata.
MultiClickManipulatorComponentMetadata.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. |
MultiClickManipulatorComponentMetadata.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. |
MultiClickManipulatorComponentMetadata.SendIntermediateClickMessagesProperty¶ | Sets whether to send Intermediate Click messages until the desired click count is reached. |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.