Vixen
02b45cc4
csharp
public enum TransformStage

How far a two-finger gesture has got.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

The same four stages a drag has, and for the same reasons — in particular Cancelled, which is not Completed: a cancelled pinch tells a map to go back to the zoom it started at, and a completed one tells it to keep the new one.

Fields and properties (4)

  • Started

    Two fingers have moved far enough to mean it.

  • Updated

    They have moved again.

  • Completed

    One of them came up.

  • Cancelled

    Something else took the pointers, or the target went away.

Used by (3)

  • GestureRecognizerVixen.Ui
  • TransformEventVixen.Ui
  • TransformTestsVixen.Ui.Testing.Tests