Metadata definitions for PanManipulator. More...
Classes | |
| interface | BaseMessageArguments |
| Metadata definitions for BaseMessageArguments. More... | |
| interface | CanceledMessageArguments |
| Metadata definitions for CanceledMessageArguments. More... | |
| interface | EnteredMessageArguments |
| Metadata definitions for EnteredMessageArguments. More... | |
| interface | FinishedMessageArguments |
| Metadata definitions for FinishedMessageArguments. More... | |
| interface | LeftMessageArguments |
| Metadata definitions for LeftMessageArguments. More... | |
| interface | MovedMessageArguments |
| Metadata definitions for MovedMessageArguments. More... | |
| interface | StartedMessageArguments |
| Metadata definitions for StartedMessageArguments. More... | |
Public Attributes | |
| AbstractMessageType | CanceledMessage = new AbstractMessageType("Message.Pan.Canceled") |
| Occurs when focus moves away from the node during the pan gesture. | |
| AbstractMessageType | EnteredMessage = new AbstractMessageType("Message.Pan.Entered") |
| Occurs when the pan gesture enters the node the manipulator is attached to. | |
| AbstractMessageType | FinishedMessage = new AbstractMessageType("Message.Pan.Finished") |
| Occurs when the user lifts their finger after Kanzi recognizes a pan gesture. | |
| AbstractMessageType | LeftMessage = new AbstractMessageType("Message.Pan.Left") |
| Occurs when the pan gesture leaves the node the manipulator is attached to. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PanManipulator") |
| Metaclass for PanManipulator. | |
| AbstractMessageType | MovedMessage = new AbstractMessageType("Message.Pan.Moved") |
| Occurs when the user changes the position of their finger and that change exceeds the recognition thresholds. | |
| AbstractMessageType | StartedMessage = new AbstractMessageType("Message.Pan.Started") |
| Occurs when the user presses down their finger on the node. More... | |
Metadata definitions for PanManipulator.
| AbstractMessageType StartedMessage = new AbstractMessageType("Message.Pan.Started") |
Occurs when the user presses down their finger on the node.
If the user lifts their finger before exceeding the position change threshold, Kanzi cancels the pan gesture.