C# Класс ManagedWin32.Api.INPUT

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Data MouseKeyboardHardwareInput
Type InputType

Описание свойств

Data публичное свойство

The data structure that contains information about the simulated Mouse, Keyboard or Hardware event.
public MouseKeyboardHardwareInput,ManagedWin32.Api Data
Результат MouseKeyboardHardwareInput

Type публичное свойство

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
Результат InputType