AxsgPreviewHostInputModifiers Class

Definition

Represents modifier state captured for preview input dispatch.

public sealed record AxsgPreviewHostInputModifiers(bool Alt, bool Control, bool Shift, bool Meta) : IEquatable<AxsgPreviewHostInputModifiers>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)