C# 클래스 AcTools.Windows.Input.Native.NativeMethods

References all of the Native Windows API methods for the WindowsInput functionality.
파일 보기 프로젝트 열기: gro-ove/actools

비공개 메소드들

메소드 설명
GetAsyncKeyState ( ushort virtualKeyCode ) : short
GetKeyState ( ushort virtualKeyCode ) : short
GetMessageExtraInfo ( ) : IntPtr
SendInput ( uint numberOfInputs, InputEntry inputs, int sizeOfInputStructure ) : uint