Constructor InputEventArgs
InputEventArgs(InputDevice, long)
Initializes a new instance of the InputEventArgs class.
public InputEventArgs(InputDevice inputDevice, long timestamp = 0)
Parameters
inputDevice
InputDeviceThe input device to associate with this event.
timestamp
longThe time when the input occurred.