CadInteractionEvent Struct

Definition

public readonly record struct CadInteractionEvent(CadInteractionEventKind Kind, Vector2 WorldPoint, Vector2 ScreenPoint, CadInteractionModifiers Modifiers, CadInteractionPointerButtons PointerButtons, float Tolerance, float WheelDelta, string? Key, string? Text, CadInteractionViewport? Viewport = default(CadInteractionViewport? )) : IEquatable<CadInteractionEvent>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (10)