DragAndDropManipulatorMetadata
¶
Defines properties and message types for DragAndDropManipulator.
Inherits properties and message types from InputManipulatorMetadata.
DragAndDropManipulatorMetadata.StartedMessage¶ | Occurs when the user holds their finger for 500ms on the node. Arguments: DragAndDropManipulatorMetadata.StartedMessageArguments |
DragAndDropManipulatorMetadata.MovedMessage¶ | Occurs when the user moves their finger after starting the drag-and-drop gesture. Arguments: DragAndDropManipulatorMetadata.MovedMessageArguments |
DragAndDropManipulatorMetadata.FinishedMessage¶ | Occurs when the user lifts their finger after starting the drag-and-drop gesture. Arguments: DragAndDropManipulatorMetadata.FinishedMessageArguments |
DragAndDropManipulatorMetadata.CanceledMessage¶ | Occurs when focus moves away from the node during the drag-and-drop gesture. Arguments: DragAndDropManipulatorMetadata.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.