Artemis Artemis
Artemis Artemis

Search Results for

    Class ArtemisKeyboardKeyEventArgs

    Contains data for keyboard input events

    Inheritance
    object
    EventArgs
    ArtemisKeyboardKeyEventArgs
    ArtemisKeyboardKeyUpDownEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.Core.Services
    Assembly: Artemis.Core.dll
    Syntax
    public class ArtemisKeyboardKeyEventArgs : EventArgs

    Properties

    Device

    Gets the device that triggered the event

    Declaration
    public ArtemisDevice? Device { get; }
    Property Value
    Type Description
    ArtemisDevice

    Key

    Gets the key that triggered the event

    Declaration
    public KeyboardKey Key { get; }
    Property Value
    Type Description
    KeyboardKey

    Led

    Gets the LED that corresponds to the pressed key

    Declaration
    public ArtemisLed? Led { get; }
    Property Value
    Type Description
    ArtemisLed

    Modifiers

    Gets the modifiers that are pressed

    Declaration
    public KeyboardModifierKey Modifiers { get; }
    Property Value
    Type Description
    KeyboardModifierKey
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.