C# Class ManagedWin32.Api.INPUT

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
Data MouseKeyboardHardwareInput
Type InputType

Property Details

Data public property

The data structure that contains information about the simulated Mouse, Keyboard or Hardware event.
public MouseKeyboardHardwareInput,ManagedWin32.Api Data
return MouseKeyboardHardwareInput

Type public property

Specifies the type of the input event. This member can be one of the following values. InputType.Mouse - The event is a mouse event. Use the mi structure of the union. InputType.Keyboard - The event is a keyboard event. Use the ki structure of the union. InputType.Hardware - Windows 95/98/Me: The event is from input hardware other than a keyboard or mouse. Use the hi structure of the union.
public InputType Type
return InputType