csharp
public sealed class DragEventA 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 PointerIdWhich pointer.
public DragStage StageWhere it is in its life.
public float XWhere the pointer is, in document space.
public float YDitto.
public float DeltaXHow far it moved since the last drag event.
public float DeltaYDitto.
public float TotalXHow far it has moved since the press.
public float TotalYDitto.
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