C# Класс WindowsInput.WindowsInputMessageDispatcher

Implements the IInputMessageDispatcher.
Наследование: IInputMessageDispatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
DispatchInput ( INPUT inputs ) : UInt32

Dispatches the specified list of INPUT messages in their specified order by issuing a single called to NativeMethods.SendInput.

Описание методов

DispatchInput() публичный Метод

Dispatches the specified list of INPUT messages in their specified order by issuing a single called to NativeMethods.SendInput.
public DispatchInput ( INPUT inputs ) : UInt32
inputs INPUT The list of messages to be dispatched.
Результат System.UInt32