Class ArtemisMouseButtonEventArgs
Contains data for mouse input events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class ArtemisMouseButtonEventArgs : EventArgs
Properties
Button
Gets the button that triggered the event
Declaration
public MouseButton Button { get; }
Property Value
| Type | Description |
|---|---|
| MouseButton |
Device
Gets the device that triggered the event
Declaration
public ArtemisDevice? Device { get; }
Property Value
| Type | Description |
|---|---|
| ArtemisDevice |
Led
Gets the LED that corresponds to the pressed key
Declaration
public ArtemisLed? Led { get; }
Property Value
| Type | Description |
|---|---|
| ArtemisLed |