Enum InputTypes
An enum specifying the type of input event used for the SendInput call. This specifies which structure type of the union supplied to SendInput is used. See INPUT structure
Namespace: Dapplo.Windows.Input.Enums
Assembly: Dapplo.Windows.Input.dll
Syntax
public enum InputTypes : uint
Fields
Name | Description |
---|---|
Hardware | The event is a hardware event. |
Keyboard | The event is a keyboard event. |
Mouse | The event is a mouse event. |