Table of Contents

Constructor InputEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

InputEventArgs(InputDevice, long)

Initializes a new instance of the InputEventArgs class.

public InputEventArgs(InputDevice inputDevice, long timestamp = 0)

Parameters

inputDevice InputDevice

The input device to associate with this event.

timestamp long

The time when the input occurred.