Table of Contents

Class ArtemisMouseButtonEventArgs

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

Contains data for mouse input events

public class ArtemisMouseButtonEventArgs : EventArgs
Inheritance
object
ArtemisMouseButtonEventArgs
Derived
Inherited Members

Properties

Button

Gets the button that triggered the event

public MouseButton Button { get; }

Property Value

MouseButton

Device

Gets the device that triggered the event

public ArtemisDevice? Device { get; }

Property Value

ArtemisDevice

Led

Gets the LED that corresponds to the pressed key

public ArtemisLed? Led { get; }

Property Value

ArtemisLed