Class ArtemisMouseButtonEventArgs
Contains data for mouse input events
public class ArtemisMouseButtonEventArgs : EventArgs
- Inheritance
-
objectArtemisMouseButtonEventArgs
- Derived
- Inherited Members
Properties
Button
Gets the button that triggered the event
public MouseButton Button { get; }
Property Value
Device
Gets the device that triggered the event
public ArtemisDevice? Device { get; }
Property Value
Led
Gets the LED that corresponds to the pressed key
public ArtemisLed? Led { get; }