Enum TwoPointAction
Symbolic value describing the double-touchpoint action with the highest intensity performed by a user with the first two touchpoints.
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public enum TwoPointAction
Fields
Name | Description |
---|---|
Move | The user moves the first two active touchpoints into similar directions maintaining their distance and relative position. Use TwoPointMidPoint or TwoPointMidPointVel to retrieve values for derived actions based on two-point move-gestures. |
None | The user currently performs no action (no two touchpoints are active or the user currently does not move the two touchpoints). |
Pinch | The user performs a pinch action, e.g. moves the two touchpoints toward each others or moves them into opposite directions. Use TwoPointDistance or TwoPointDistanceVel to retrieve values for derived actions based on pinch gestures. |
Rotate | The user rotates the first two active touchpoints around a common rotation center while maintaining their distance. Use TwoPointAngle or TwoPointAngleVel to retrieve values for derived actions based on rotation gestures. |