Vixen
02b45cc4
csharp
public sealed class DragEvent

A pointer moving with a button down.

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

Fields and properties (8)

  • public int PointerId

    Which pointer.

  • public DragStage Stage

    Where it is in its life.

  • public float X

    Where the pointer is, in document space.

  • public float Y

    Ditto.

  • public float DeltaX

    How far it moved since the last drag event.

  • public float DeltaY

    Ditto.

  • public float TotalX

    How far it has moved since the press.

  • public float TotalY

    Ditto.

Used by (11)

  • BuildContextVixen.Ui
  • DockingHostVixen.Ui.Controls.Advanced
  • GestureRecognizerVixen.Ui
  • GestureTestsVixen.Ui.Tests
  • InteractionTestsVixen.Ui.Testing.Tests
  • RemovalTestsVixen.Ui.Tests
  • TransformTestsVixen.Ui.Testing.Tests
  • TreeViewVixen.Ui.Controls.Advanced
  • AssetGridVixen.Editor.App
  • ComponentsViewVixen.Editor.App
  • ProjectBrowserVixen.Editor.App