C# 클래스 WindowsInput.WindowsInputMessageDispatcher

Implements the IInputMessageDispatcher.
상속: IInputMessageDispatcher
파일 보기 프로젝트 열기: Hebo/LeagueMaster

공개 메소드들

메소드 설명
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