InputType Enumeration

The type of an input event.

For Type field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum InputType

Remarks

Members

Mouse 0 The event is a mouse event.

Use the MouseInput structure of the union.

Keyboard 1 The event is a keyboard event.

Use the KeyboardInput structure of the union.

Hardware 2 The event is a hardware event.

Use the HardwareInput structure of the union.

See Also