UIDragSpeedAxisMapping
Used with UIDragDetector.UIDragSpeedAxisMapping to determine the X/Y dimension dragging speeds.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
645 | XY | 0 | Default setting for a detector's UIDragSpeedAxisMapping where the X and Y axis speeds are based off the X and Y Scale/Offset values respectively. | |
645 | XX | 1 | Both the X and Y axis speeds are based off the X axis for Scale, while the Offset values still apply to their respective axis. | |
645 | YY | 2 | Both the X and Y axis speeds are based off the Y axis for Scale, while the Offset values still apply to their respective axis. |
Description
Used with UIDragDetector.UIDragSpeedAxisMapping to determine the X/Y dimension dragging speeds, based on the detector's SelectionModeDragSpeed.