C# Class WindowsInput.WindowsInputMessageDispatcher

Implements the IInputMessageDispatcher.
Inheritance: IInputMessageDispatcher
Datei anzeigen Open project: Hebo/LeagueMaster

Public Methods

Method Description
DispatchInput ( INPUT inputs ) : UInt32

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

Method Details

DispatchInput() public method

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.
return System.UInt32