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