-
Home
-
API
-
ProCad.Editing.Interaction
-
CadInteractionEvent
CadInteractionEvent Struct
Definition
Show inherited members (6)
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)