EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum HotkeySet

    Specifies different sets of input controls, such as any mouse button, any keyboard key, etc.

    Namespace: EyeAuras.DefaultAuras.Triggers.HotkeyIsActive
    Assembly: EyeAuras.DefaultAuras.Metadata.dll
    Syntax
    public enum HotkeySet

    Fields

    Name Description
    Any

    Represents any key on the keyboard or any button on the mouse.

    Keyboard

    Represents any key on the keyboard.

    Mouse

    Represents any button on the mouse.

    None

    Represents the fact that no specific set is selected

    Extension Methods

    ObjectExtensions.AddTo<HotkeySet, TCollection>(HotkeySet, ISourceList<TCollection>)
    ObjectExtensions.AddTo<HotkeySet, TCollection>(HotkeySet, ICollection<TCollection>)
    ObjectExtensions.CloneJson<HotkeySet>(HotkeySet)
    ObjectExtensions.CopyPropertiesTo<HotkeySet, TTarget>(HotkeySet, TTarget)
    ObjectExtensions.DumpToTextRaw<HotkeySet>(HotkeySet)
    ObjectExtensions.DumpToText<HotkeySet>(HotkeySet)
    ObjectExtensions.Dump<HotkeySet>(HotkeySet)
    ObjectExtensions.GetPropertyAccessor<HotkeySet, TValue>(HotkeySet, Expression<Func<HotkeySet, TValue>>)
    ObjectExtensions.InsertTo<HotkeySet, TCollection>(HotkeySet, IList<TCollection>, int)
    ObjectExtensions.ToJson<HotkeySet>(HotkeySet)
    ObjectExtensions.ToStringSafe<HotkeySet>(HotkeySet)
    ObjectExtensions.TransferPropertiesTo<HotkeySet, TTarget>(HotkeySet, TTarget, params string[])
    XDocumentExtensions.AddTo<HotkeySet>(HotkeySet, XContainer)
    © Xab3r. All rights reserved.