PinchManipulatorMetadata
¶
Defines properties and message types for PinchManipulator.
Inherits properties and message types from InputManipulatorMetadata.
PinchManipulatorMetadata.StartedMessage¶ | Occurs when the user presses down their finger. If the user lifts their finger before it exceeds the scale or rotate threshold, Kanzi cancels the pinch. |
PinchManipulatorMetadata.MovedMessage¶ | Occurs when the user changes the position of their finger and that change exceed the scale or rotation threshold. |
PinchManipulatorMetadata.FinishedMessage¶ | Occurs when the user lifts their finger after Kanzi recognizes a pinch gesture. Arguments: PinchManipulatorMetadata.FinishedMessageArguments |
PinchManipulatorMetadata.CanceledMessage¶ | Occurs when focus moves away from the node during the pinch gesture. Arguments: PinchManipulatorMetadata.CanceledMessageArguments |
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.