Class InputEvent
An event that was generated from an IInputDevice
public abstract class InputEvent : IInputEventArgs
- Inheritance
-
InputEvent
- Implements
- Derived
Properties
Device
The device that sent this event
public IInputDevice Device { get; protected set; }