Vixen
02b45cc4
csharp
public sealed class LongPressEvent

A press that stayed put and stayed down.

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

Remarks

The one gesture that fires because nothing happened, which is why Tick exists: a recogniser fed only by input events cannot produce it, because there is no input to be fed.

Fields and properties (3)

  • public int PointerId

    Which pointer.

  • public float X

    Where, in document space.

  • public float Y

    Ditto.

Used by (5)

  • BuildContextVixen.Ui
  • GestureRecognizerVixen.Ui
  • GestureTestsVixen.Ui.Tests
  • InteractionTestsVixen.Ui.Testing.Tests
  • TransformTestsVixen.Ui.Testing.Tests