Class ArtemisKeyboardKeyEventArgs
Contains data for keyboard input events
Inherited Members
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 |